Skip to content

Commit

Permalink
Merge pull request #3 from nstauffer/dev
Browse files Browse the repository at this point in the history
Adding AIM/LMF integration
  • Loading branch information
nstauffer committed Dec 18, 2019
2 parents 3b3e030 + 8b14630 commit 823f013
Show file tree
Hide file tree
Showing 5 changed files with 486 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ example_indicator_plot_201117.png
example_catanalysis_output.csv
sf_intersection_functions_scratchpad.R
rgeos_intersection_functions_scratchpad.R
lmf_integration_scratchpad.R
4 changes: 3 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generated by roxygen2: do not edit by hand

S3method(plot,date.distribution)
export(add.area)
export(add_coords)
export(analyze)
export(apply_benchmarks)
export(attribute.shapefile)
export(clip_rgeos)
export(combine_points)
export(combine_tdat_design)
export(dd.split)
Expand All @@ -18,6 +18,7 @@ export(intersect_rgeos)
export(mulitplot_fate_distribution)
export(multiplot_indicator_distribution)
export(order_polygons)
export(plot.date.distribution)
export(plot_fate_distribution)
export(plot_indicator_distribution)
export(punchout)
Expand All @@ -35,5 +36,6 @@ export(sf_intersect)
export(validate.keys)
export(weight.adjust)
export(weight.gen)
export(weight_aimlmf)
export(wgtcat_gen)
export(write.analysis)
3 changes: 2 additions & 1 deletion R/spatial_manipulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,8 @@ combine_tdat_design <- function(terradat_points,
#' @param x Spatial points or polygons data frame. The geometry to restrict.
#' @param clip_polygons Spatial polygons data frame. The geometry to restrict \code{x} to.
#' @param scale Numeric. A value to be passed to \code{rgeos::setScale()} to use for the steps of this function. It will be returned to the previous value before the function returns its output. Defaults to \code{1e5} (precision to five decimal places).
#' @return
#' @export

clip_rgeos <- function(x,
clip_polygons,
verbose = FALSE,
Expand Down
Loading

0 comments on commit 823f013

Please sign in to comment.