https://hal.archives-ouvertes.fr/hal-02939211
Raw File
Tip revision: e522fef1e02c760b42c7c7f8d28c722d4abcc5e5 authored by Software Heritage on 15 September 2020, 00:00:00 UTC
hal: Deposit 895 in collection hal
Tip revision: e522fef
compute_spectral_species_FieldPlots.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Lib_MapSpectralSpecies.R
\name{compute_spectral_species_FieldPlots}
\alias{compute_spectral_species_FieldPlots}
\title{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
)
}
\arguments{
\item{subset_Raster}{numeric. Subset of a raster file on which computation of spectral species sould be performed}

\item{List_FieldPlot}{list. list of information from same file as subset, corresponding to field plots}

\item{nb_partitions}{numeric. number of repetitions of kmeans}

\item{Pix_Per_Partition}{numeric. number of pixels per partition}

\item{nbclusters}{numeric. number of clusters / spectral species}

\item{PC_Select}{numeric. selection of components from subset_Raster and List_FieldPlot on which spctral species are computed}

\item{nbCPU}{numeric. number of CPU on which kmeans is computed}
}
\value{
list. vector_coordinates and vector_ID for each element in the vector file
}
\description{
compute spectral species for a subset of pixels provided in a list, each element
corresponding to a polygon
}
back to top