Display a level plot for a raster.

visualizeRasterUI(id, ...)

visualizeRaster(input, output, session, raster, ...)

Arguments

id

An id string that corresponds with the id used to call the module's UI function.

...

Additional UI parameters passed to link[shiny]{plotOutput}, or server parameters passed to link[rasterVis]{levelplot}.

input

shiny server input object

output

shiny server output object

session

shiny server session object

raster

Raster which should be visualized. Might be a reactive value containing raster.

Value

None. Invoked for the side-effect of rendering bar plot.