View source: R/sample_existing_srs.R
sample_existing_srs | R Documentation |
This function takes an existing sf
object and returns a random sub-sample of size nSamp
.
sample_existing_srs(existing, nSamp, filename = NULL, overwrite = FALSE)
existing |
sf 'POINT'. Existing plot network. |
nSamp |
Numeric. Number of desired samples. |
filename |
Character. Path to write output samples. |
overwrite |
Logical. Choice to overwrite existing |
A data frame or spatial data frame containing the random sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.