You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @param by_polygon logical; for \code{MULTIPOLYGON} geometries, should the effort be split by \code{POLYGON}? See https://github.com/r-spatial/sf/issues/1480
26
26
#' the same as specified by \code{size}? \code{TRUE} by default. Only applies to polygons, and
27
27
#' when \code{type = "random"}.
28
+
#' @param progress logical; if \code{TRUE} show progress bar (only if \code{size} is a vector).
28
29
#' @return an \code{sfc} object containing the sampled \code{POINT} geometries
29
30
#' @details if \code{x} has dimension 2 (polygons) and geographical coordinates (long/lat), uniform random sampling on the sphere is applied, see e.g. \url{http://mathworld.wolfram.com/SpherePointPicking.html}
0 commit comments