sits_to_zoo: Export data to be used to the zoo format

Description Usage Arguments Value Author(s) Examples

View source: R/sits_zoo.R

Description

Converts data from a sits tibble to a list of a zoo series.

Usage

1

Arguments

data

A sits tibble with time series.

band

Name of the band to be exported (if NULL all bands are exported).

Value

List of time series in zoo format.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Examples

1
2
3
4
# read a tibble with 400 samples of Cerrado and 346 samples of Pasture
data(cerrado_2classes)
# export a time series to zoo
zoo.lst <- sits_to_zoo (cerrado_2classes[1:5,])

e-sensing/sits.data documentation built on Dec. 26, 2019, 11:02 p.m.