View source: R/sample_exact_raster.R
sample_exact_raster | R Documentation |
sample exact number of pixels from a raster
sample_exact_raster(
extent_area = extent_area,
nbSamples = nbSamples,
input_rast = input_rast,
input_mask = input_mask
)
extent_area |
extent |
nbSamples |
numeric. number of samples to be extracted |
input_rast |
SpatRaster. raster to extract data from |
input_mask |
SpatRaster. mask corresponding to raster to extract data from |
rast_sample dataframe. pixel/plot info extracted from input_rast
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.