| plot.probs_cube {sits} | R Documentation |
plots a probability cube using stars
## S3 method for class 'probs_cube' plot(x, y, ..., tile = 1, labels = NULL, n_colors = 20, palette = "Terrain")
x |
object of class "probs_image" |
y |
ignored |
... |
further specifications for plot. |
tile |
tile number to be plotted |
labels |
labels to plot (optional) |
n_colors |
number of colors to plot |
palette |
hcl palette used for visualisation |
The plot itself.
Gilberto Camara, gilberto.camara@inpe.br