View source: R/spectralspecies_per_polygon.R
spectralspecies_per_polygon | R Documentation |
get spectral species corresponding to polygons in a SpatVector object
spectralspecies_per_polygon(
SpatVector,
input_rast,
Kmeans_info,
SelectBands = NULL,
Functional = NULL,
input_mask = NULL,
rast_sample = NULL,
AttributeTable = NULL,
MinSun = 0.25
)
SpatVector |
SpatVector. |
input_rast |
SpatRaster. |
Kmeans_info |
list. kmeans description obtained from function get_kmeans |
SelectBands |
numeric. bands selected from input data |
Functional |
boolean. should functional diversity be computed as well? |
input_mask |
SpatRaster. |
rast_sample |
dataframe. |
AttributeTable |
dataframe. |
MinSun |
numeric. minimum amount of sunlit pixels in the plots |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.