Learn R Programming

sits (version 0.10.0)

sits_time_series_dates: Retrieve the dates of time series for a row of a sits tibble

Description

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

Usage

sits_time_series_dates(data)

Arguments

data

A sits tibble with one or more time series.

Value

A vector of dates

Examples

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

Run the code above in your browser using DataLab