sits_values: Return the values of a given sits tibble as a list of...

Description Usage Arguments Value Author(s) Examples

Description

This function returns only the values of a sits tibble (according a specified format). This function is useful to use packages such as ggplot2, dtwclust, or kohonen that require values that are rowwise or colwise organised.

Usage

1
sits_values(data, bands = NULL, format = "cases_dates_bands")

Arguments

data

A sits tibble with time series for different bands.

bands

A string with a group of bands whose values are to be extracted. If no bands are informed extract ALL bands.

format

A string with either "cases_dates_bands" or "bands_cases_dates" or "bands_dates_cases".

Value

A sits tibble with values.

Author(s)

Rolf Simoes, rolf.simoes@inpe.br

Gilberto Camara, gilberto.camara@inpe.br

Examples

1
2
3
4
# Retrieve a set of time series with 2 classes
data(cerrado_2classes)
# retrieve the values split by bands
sits_values(cerrado_2classes[1:2,], format = "bands_dates_cases")

e-sensing/sits.data documentation built on Dec. 26, 2019, 11:02 p.m.