Learn R Programming

sits (version 0.13.0)

plot.patterns: Generic interface for ploting patterns

Description

Given a sits tibble with a set of patterns, plot them.

Usage

# S3 method for patterns
plot(x, y, ...)

Arguments

x

object of class "patterns"

y

ignored

...

further specifications for plot.

Value

The plot itself.

Examples

Run this code
# NOT RUN {
# Read a set of samples with 2 classes ("Cerrado" and "Pasture")
# Plot the patterns
plot(sits_patterns(cerrado_2classes))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab