plot.uncertainty_cube {sits}R Documentation

Plot uncertainty cubes

Description

plots a probability cube using stars

Usage

## S3 method for class 'uncertainty_cube'
plot(x, y, ..., tile = 1, n_breaks = 11, breaks = "pretty", palette = "Blues")

Arguments

x

object of class "probs_image"

y

ignored

...

further specifications for plot.

tile

tile number to be plotted

n_breaks

number of breaks to plot

breaks

type of class intervals

palette

hcl palette used for visualisation

Value

The plot itself.

Note

Possible class intervals

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


[Package sits version 0.16.2 Index]