sits_timeline: Get timeline of a cube or a set of time series

View source: R/sits_timeline.R

sits_timelineR 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)

e-sensing/sits documentation built on Jan. 28, 2024, 6:05 a.m.