Learn R Programming

sits (version 1.5.2)

sits_labels_summary: Inform label distribution of a set of time series

Description

Describes labels in a sits tibble

Usage

sits_labels_summary(data)

# S3 method for sits sits_labels_summary(data)

Value

A tibble with the frequency of each label.

Arguments

data

Data.frame - Valid sits tibble

Author

Rolf Simoes, rolf.simoes@inpe.br

Examples

Run this code
# read a tibble with 400 samples of Cerrado and 346 samples of Pasture
data(cerrado_2classes)
# print the labels
sits_labels_summary(cerrado_2classes)

Run the code above in your browser using DataLab