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

Description Usage Arguments Value

View source: R/Lib_MapSpectralSpecies.R

Description

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

Usage

1
2
3
4
5
6
7
8
9
compute_spectral_species_FieldPlots(
  subset_Raster,
  List_FieldPlot,
  nb_partitions,
  Pix_Per_Partition,
  nbclusters,
  PC_Select = NULL,
  nbCPU = 1
)

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

Value

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


floriandeboissieu/biodivMapR documentation built on March 11, 2021, 8:46 a.m.