sits_to_zoo {sits}R Documentation

Export time series to zoo format

Description

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

Usage

sits_to_zoo(data, band = NULL)

Arguments

data

A sits tibble with time series.

band

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

# 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, ])


[Package sits version 0.16.2 Index]