Plots the patterns (one plot per band/class combination) Useful to understand the trends of time series.
Usage
# S3 method for class 'patterns'
plot(x, y, ..., bands = NULL, year_grid = FALSE)
Arguments
- x
Object of class "patterns".
- y
Ignored.
- ...
Further specifications for plot.
- bands
Bands to be viewed (optional).
- year_grid
Plot a grid of panels using labels as columns and years as rows. Default is FALSE.
Examples
if (sits_run_examples()) {
# plot patterns
plot(sits_patterns(cerrado_2classes))
}