Skip to content

Commit

Permalink
Fix orphaned @return
Browse files Browse the repository at this point in the history
  • Loading branch information
nstauffer committed Dec 18, 2019
1 parent 7c495b2 commit d787972
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit d787972

Please sign in to comment.