sits_labels_summary | R Documentation |
Describes labels in a sits tibble
sits_labels_summary(data)
## S3 method for class 'sits'
sits_labels_summary(data)
data |
Data.frame - Valid sits tibble |
A tibble with the frequency of each label.
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_summary(cerrado_2classes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.