compute_spectral_species_FieldPlots: compute spectral species for a subset of pixels provided in a...

View source: R/Lib_MapSpectralSpecies.R

compute_spectral_species_FieldPlotsR Documentation

compute spectral species for a subset of pixels provided in a list, each element corresponding to a polygon

Description

compute spectral species for a subset of pixels provided in a list, each element corresponding to a polygon

Usage

compute_spectral_species_FieldPlots(
  subset_Raster,
  List_FieldPlot,
  nb_partitions,
  Pix_Per_Partition,
  nbclusters,
  PC_Select = NULL,
  nbCPU = 1,
  progressbar = FALSE
)

Arguments

subset_Raster

numeric. Subset of a raster file on which computation of spectral species sould be performed

List_FieldPlot

list. list of information from same file as subset, corresponding to field plots

nb_partitions

numeric. number of repetitions of kmeans

Pix_Per_Partition

numeric. number of pixels per partition

nbclusters

numeric. number of clusters / spectral species

PC_Select

numeric. selection of components from subset_Raster and List_FieldPlot on which spctral species are computed

nbCPU

numeric. number of CPU on which kmeans is computed

progressbar

boolean. should progress bar be displayed (set to TRUE only if no conflict of parallel process)

Value

list. vector_coordinates and vector_ID for each element in the vector file


jbferet/biodivMapR documentation built on Jan. 26, 2024, 10:38 p.m.