computes diversity metrics from raster
biodivMapR_full(
input_raster_path,
output_dir,
window_size,
maxRows = NULL,
Kmeans_info_save = NULL,
Kmeans_info_read = NULL,
Beta_info_save = NULL,
Beta_info_read = NULL,
input_mask_path = NULL,
nbclusters = 50,
nbSamples_beta = 1000,
SelectBands = NULL,
alphametrics = "shannon",
Hill_order = 1,
FDmetric = NULL,
pcelim = 0.02,
nbCPU = 1,
nbIter = 20,
MinSun = 0.25,
maxPixel_kmeans = 1e+05,
dimPCoA = 3,
progressbar = T,
filetype = "GTiff"
)
character. path for the input rasters
character. path for the output files
numeric. window size for square plots
numeric. max number of rows in each block
character. path where to save Kmeans_info
character. path where to read Kmeans_info
character. path where to save Beta_info
character. path where to read Beta_info
character. path for mask file
numeric. number of clusters used in kmeans
numeric. number of samples to compute beta diversity from
numeric. bands selected from input_rast
list. alpha diversity metrics: richness, shannon, simpson
numeric. Hill order
character. list of functional metrics
numeric. minimum proportion of pixels to consider spectral species
numeric. Number of CPUs available
numeric. nb of iterations averaged to compute diversity indices
numeric. minimum amount of sunlit pixels in the plots
numeric. max number of pixels extracted for kmeans
numeric. number of dimensions of PCoA
boolean. set true for progress bar during clustering
character. driver for output diversity raster data
Kmeans_info and Beta_info