# NOT RUN {
# Read a set of samples for two classes
data(cerrado_2classes)
# Estimate a set of patterns (one for each label)
patterns.tb <- sits_patterns(cerrado_2classes)
# Show the patterns
sits_plot(patterns.tb)
# Read a set of samples for the state of Mato Grosso, Brazil, provided by EMBRAPA
data(samples_mt_9classes)
# Estimate a set of patterns (one for each label)
patterns.tb <- sits_patterns(samples_mt_9classes)
# Show the patterns
sits_plot(patterns.tb)
# }
Run the code above in your browser using DataLab