plot.raster_cube {sits}R Documentation

Plot RGB data cubes

Description

Uses mapview to visualize raster cube and classified images

Usage

## S3 method for class 'raster_cube'
plot(
  x,
  ...,
  band = NULL,
  red = NULL,
  green = NULL,
  blue = NULL,
  tile = 1,
  time = 1,
  roi = NULL
)

Arguments

x

object of class "raster_cube" or "classified image"

...

further specifications for sits_view.

band

for plotting grey images

red

band for red color.

green

band for green color.

blue

band for blue color.

tile

tile number to be plotted

time

temporal instances to be plotted.

roi

sf object giving a region of interest.

Value

plot object

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


[Package sits version 0.16.2 Index]