plot.raster_cube {sits}R Documentation

Generic interface for RGB plotting of data cube

Description

Uses mapview to visualize raster cube and classified images

Usage

## S3 method for class 'raster_cube'
plot(x, ..., band = NULL, red, green, blue, 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.

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.15.0 Index]