| plot.probs_cube {sits} | R Documentation |
plots a probability cube using stars
## S3 method for class 'probs_cube' plot( x, y, ..., time = 1, title = "Probabilities for Classes", labels = NULL, palette = "Terrain" )
x |
object of class "probs_image" |
y |
ignored |
... |
further specifications for plot. |
time |
temporal reference for plot. |
title |
string. |
labels |
labels to plot (optional) |
palette |
hcl palette used for visualisation |
The plot itself.
Gilberto Camara, gilberto.camara@inpe.br