sits_time_series {sits}R Documentation

Get the time series for a row of a sits tibble

Description

Returns the time series associated to a row of the a sits tibble

Usage

sits_time_series(data)

Arguments

data

A sits tibble with one or more time series.

Value

A tibble in sits format with the time series.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Examples

# Retrieve a set of time series with 2 classes
data(cerrado_2classes)
# Retrieve the first time series
sits_time_series(cerrado_2classes)

[Package sits version 0.16.2 Index]