powered by
Returns the labels and its respective counting and frequency.
sits_labels(data.tb)
A tibble with time series data and metadata.
A tibble with the names of the labels and their absolute and relative frequency.
# 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