Description Usage Arguments Value Author(s) Examples
Converts data from a sits tibble to a list of a zoo series.
1 | sits_to_zoo(data, band = NULL)
|
data |
A sits tibble with time series. |
band |
Name of the band to be exported (if NULL all bands are exported). |
List of time series in zoo format.
Gilberto Camara, gilberto.camara@inpe.br
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,])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.