lucC_result_measures: Data.frame with statistical measures

Description Usage Arguments Value Author(s) Examples

View source: R/lucC_result_measures.R

Description

Provide a data.frame with main statistical measures to resultd from LUC Calculus application such as: Area (km2), Cumulative Sum, Relative Frequency and Cumulative Relative Frequency

Usage

1
lucC_result_measures (data_mtx = NULL, data_frequency = NULL, pixel_resolution = 250)

Arguments

data_mtx

Matrix. A matrix with values obtained from predicates RECUR, EVOLVE, CONVERT or HOLDS

data_frequency

Dataframe. A frequency table of a categorical variable from a data set

pixel_resolution

Numeric. Is a spatial resolution of the pixel. Default is 250 meters considering MODIS 250 m. See more at https://modis.gsfc.nasa.gov/about/specifications.php.

Value

Data frame with statistical measures

Author(s)

Adeline M. Maciel

Examples

1
2
3
4
5
6
## Not run: 

lucC_result_measures(data_mtx = NULL, pixel_resolution = NULL)


## End(Not run)

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