| plot.classified_image {sits} | R Documentation |
plots a classified raster using ggplot.
## S3 method for class 'classified_image' plot( x, y, ..., time = 1, title = "Classified Image", legend = NULL, palette = "Spectral", rev = TRUE )
x |
object of class "classified_image" |
y |
ignored |
... |
further specifications for plot. |
time |
temporal reference for plot. |
title |
title of the plot |
legend |
named vector that associates labels to colors |
palette |
alternative palette that uses grDevices::hcl.pals() |
rev |
invert the order of hcl palette (TRUE/FALSE) |
Gilberto Camara, gilberto.camara@inpe.br