apply 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
)

Arguments

id

character. ID for plot

feature_dir

directory where spectral indices are for each plot

mask_dir

character.

list_features

character.

Kmeans_info

list. kmeans description obtained from function get_kmeans

output_dir

path where to save outputs

selected_bands

numeric. bands selected from input data

filetype

character. gdal driver for output raster

overwrite

boolean.

p

list. progressbar

Value

none