# NOT RUN {
# Retrieve a set of time series with 2 classes
data(cerrado_2classes)
# Select only the time series with the "Cerrado" label
data.tb <- sits_select(cerrado_2classes, label == "Cerrado")
# Print the labels of the resulting tibble
sits_labels(data.tb)
# }
Run the code above in your browser using DataLab