powered by
Converts data from a sits tibble to a list of a zoo series.
sits_to_zoo(data, band = NULL)
A sits tibble with time series.
Band to be exported (if NULL all bands are exported).
List of time series in zoo format.
# NOT RUN { # 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, ]) # }
Run the code above in your browser using DataLab