| sits_time_series {sits} | R Documentation |
Returns the time series associated to a row of the a sits tibble
sits_time_series(data)
data |
A sits tibble with one or more time series. |
A tibble in sits format with the time series.
Gilberto Camara, gilberto.camara@inpe.br
# Retrieve a set of time series with 2 classes data(cerrado_2classes) # Retrieve the first time series sits_time_series(cerrado_2classes)