| plot {sits} | R Documentation |
Plot time series
Description
This is a generic function. Parameters depend on the specific type of input. See each function description for the required parameters.
sits tibble: see
plot.sitspatterns: see
plot.patternsSOM map: see
plot.som_mapSOM evaluate cluster: see
plot.som_evaluate_clusterclassified time series: see
plot.predictedraster cube: see
plot.raster_cubevector cube: see
plot.vector_cuberandom forest model: see
plot.rfor_modelxgboost model: see
plot.xgb_modeltorch ML model: see
plot.torch_modelclassification probabilities: see
plot.probs_cubemodel uncertainty: see
plot.uncertainty_cubeclassified cube: see
plot.class_cubeclassified vector cube: see
plot.class_vector_cube
Usage
## S3 method for class 'sits'
plot(x, y, ..., together = FALSE)
Arguments
x |
Object of class "sits". |
y |
Ignored. |
... |
Further specifications for plot. |
together |
A logical value indicating whether the samples should be plotted together. |
Value
A series of plot objects produced by ggplot2 showing all time series associated to each combination of band and label, and including the median, and first and third quartile ranges.
Author(s)
Gilberto Camara, gilberto.camara@inpe.br
Examples
if (sits_run_examples()) {
# plot sets of time series
plot(cerrado_2classes)
}