make_dummy_points | R Documentation |
Make dummy points set for a given raster
make_dummy_points(R = make_dummy_stack(), N = 10, M = 2, na.rm = TRUE)
R |
RasterLayer, Stack or Brick or SpatRaster |
N |
integer, the number of points to generate |
M |
numeric, a multiplier to start with a selection of random points
from which N are selected. Ignored if na.rm is |
na.rm |
logical, if TRUE then avoid NA cells |
tibble of point location info ala extractPts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.