View source: R/sits_timeline.R
sits_timeline | R Documentation |
This function returns the timeline for a given data set, either a set of time series, a data cube, or a trained model.
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)
data |
Tibble of class "sits" or class "raster_cube" |
Vector of class Date with timeline of samples or data cube.
Gilberto Camara, gilberto.camara@inpe.br
sits_timeline(samples_modis_ndvi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.