Finds labels in a sits tibble or data cube
sits_labels(data)
Valid sits tibble (time series or a cube)
A string vector with the labels.
# NOT RUN {
# read a tibble with 400 samples of Cerrado and 346 samples of Pasture
data(cerrado_2classes)
# print the labels
sits_labels(cerrado_2classes)
# }
Run the code above in your browser using DataLab