Learn R Programming

sits (version 1.12.0)

sits_dates: Return the dates of a sits tibble

Description

Returns a vector containing the dates of a sits tibble.

Usage

sits_dates(data.tb)

Arguments

data.tb

A tibble in sits format with time series for different bands.

Value

A tibble with values of time indexes.

Examples

Run this code
# NOT RUN {
# get a point and print its dates
sits_dates(point_mt_6bands)
# }

Run the code above in your browser using DataLab