Learn R Programming

sits (version 1.5.2)

sits_timeline: 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 sits sits_timeline(data)

# S3 method for sits_model sits_timeline(data)

# S3 method for raster_cube sits_timeline(data)

# S3 method for derived_cube sits_timeline(data)

# S3 method for tbl_df sits_timeline(data)

# S3 method for default sits_timeline(data)

Value

Vector of class Date with timeline of samples or data cube.

Arguments

data

Tibble of class "sits" or class "raster_cube"

Author

Gilberto Camara, gilberto.camara@inpe.br

Examples

Run this code
sits_timeline(samples_modis_ndvi)

Run the code above in your browser using DataLab