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)
Author
Gilberto Camara, gilberto.camara@inpe.br