| sits_labels {sits} | R Documentation |
Finds labels in a sits tibble or data cube
sits_labels(data)
data |
Valid sits tibble (time series or a cube) |
A string vector with the labels.
Rolf Simoes, rolf.simoes@inpe.br
# read a tibble with 400 samples of Cerrado and 346 samples of Pasture data(cerrado_2classes) # print the labels sits_labels(cerrado_2classes)