| 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", breaks = "kmeans", colors = "YlGnBu", n_colors = 10, labels = NULL )
x |
object of class "probs_image" |
y |
ignored |
... |
further specifications for plot. |
time |
temporal reference for plot. |
title |
string. |
breaks |
type of breaks |
colors |
color palette. |
n_colors |
number of colors. |
labels |
labels to plot (optional) |
The plot itself.
Gilberto Camara, gilberto.camara@inpe.br