Description Usage Arguments Value Author(s) Examples
Returns the labels and its respective counting and frequency.
1 |
data |
A tibble with time series data and metadata. |
A tibble with the names of the labels and their absolute and relative frequency.
Rolf Simoes, rolf.simoes@inpe.br
1 2 3 4 | # read a tibble with 400 samples of Cerrado and 346 samples of Pasture
data(cerrado_2classes)
# print the labels
sits_labels(cerrado_2classes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.