| plot.patterns {sits} | R Documentation |
Given a sits tibble with a set of patterns, plot them.
## S3 method for class 'patterns' plot(x, y, ...)
x |
object of class "patterns" |
y |
ignored |
... |
further specifications for plot. |
The plot itself.
Gilberto Camara, gilberto.camara@inpe.br
## Not run:
# Read a set of samples with 2 classes ("Cerrado" and "Pasture")
# Plot the patterns
plot(sits_patterns(cerrado_2classes))
## End(Not run)