lucC_extract_frequency: Categorical frequency from a list of data.frames

Description Usage Arguments Value Author(s) Examples

View source: R/lucC_result_measures.R

Description

Provide a data.frame with count of categorical variables from a list of data.frame derived of processing with many blocks of RasterBricks

Usage

1
lucC_extract_frequency (data_mtx.list = NULL, cores_in_parallel = 1)

Arguments

data_mtx.list

Matrix. A list of matrix with values obtained from predicates RECUR, EVOLVE, CONVERT or HOLDS for each block of RasterBrick

cores_in_parallel

Integer. Number of cores to use, in other words the amount of child processes will be run simultaneously. Default is 1 core, that means no one parallelization.

Value

Data frame with statistical measures

Author(s)

Adeline M. Maciel

Examples

1
2
3
4
5
6
## Not run: 

lucC_extract_frequency(data_mtx.list = NULL, cores_in_parallel = 1)


## End(Not run)

ammaciel/sits.LUC.Calculus documentation built on May 3, 2019, 9:36 p.m.