| sits_to_zoo {sits} | R Documentation |
Converts data from a sits tibble to a list of a zoo series.
sits_to_zoo(data, band = NULL)
data |
A sits tibble with time series. |
band |
Band to be exported (if NULL all bands are exported). |
List of time series in zoo format.
Gilberto Camara, gilberto.camara@inpe.br
# 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, ])