R/apply_spectral_species_plot.R
apply_spectral_species_plot.Rdapply biodivMapR to a set of plots identified by a field 'id' produced with preprocS2 function get_s2_tiling
apply_spectral_species_plot(
id,
feature_dir,
mask_dir = NULL,
list_features,
Kmeans_info,
output_dir,
selected_bands = NULL,
filetype = "GTiff",
overwrite = TRUE,
p = NULL
)character. ID for plot
directory where spectral indices are for each plot
character.
character.
list. kmeans description obtained from function get_kmeans
path where to save outputs
numeric. bands selected from input data
character. gdal driver for output raster
boolean.
list. progressbar
none