| plot.raster_cube {sits} | R Documentation |
Uses mapview to visualize raster cube and classified images
## S3 method for class 'raster_cube' plot( x, ..., band = NULL, red = NULL, green = NULL, blue = NULL, tile = 1, time = 1, roi = NULL )
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. |
plot object
Gilberto Camara, gilberto.camara@inpe.br