plot.probs_cube {sits}R Documentation

Plot probability cubes

Description

plots a probability cube using stars

Usage

## S3 method for class 'probs_cube'
plot(x, y, ..., tile = 1, labels = NULL, n_colors = 20, palette = "Terrain")

Arguments

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

Value

The plot itself.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


[Package sits version 0.16.2 Index]