Learn R Programming

sits (version 0.13.0)

sits_time_series: Retrieve 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.

Examples

Run this code
# NOT RUN {
# Retrieve a set of time series with 2 classes
data(cerrado_2classes)
# Retrieve the first time series
sits_time_series(cerrado_2classes)
# }

Run the code above in your browser using DataLab