View source: R/define_pixels_per_iter.R
define_pixels_per_iter | R Documentation |
defines the number of pixels per iteration
define_pixels_per_iter(
input_rast,
input_mask = NULL,
nbIter = 20,
nbPix = 1e+05
)
input_rast |
SpatRaster. |
input_mask |
SpatRaster. |
nbIter |
numeric. nb of iterations averaged to compute diversity indices |
nbPix |
numeric. maximum number of pixels to extract for kmeans |
Pix_Per_Iter number of pixels per iteration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.