sits_timeline {sits} | R Documentation |
Get timeline of a cube or a set of time series
Description
This function returns the timeline for a given data set, either a set of time series, a data cube, or a trained model.
Usage
sits_timeline(data)
## S3 method for class 'sits'
sits_timeline(data)
## S3 method for class 'sits_model'
sits_timeline(data)
## S3 method for class 'raster_cube'
sits_timeline(data)
## S3 method for class 'derived_cube'
sits_timeline(data)
## S3 method for class 'tbl_df'
sits_timeline(data)
## Default S3 method:
sits_timeline(data)
Arguments
data |
Tibble of class "sits" or class "raster_cube" |
Value
Vector of class Date with timeline of samples or data cube.
Author(s)
Gilberto Camara, gilberto.camara@inpe.br
Examples
sits_timeline(samples_modis_ndvi)
[Package sits version 1.5.0 Index]