Display a level plot for a raster.
visualizeRasterUI(id, ...) visualizeRaster(input, output, session, raster, ...)
| id | An id string that corresponds with the id used to call the module's UI function. |
|---|---|
| ... | Additional UI parameters passed to |
| 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. |
None. Invoked for the side-effect of rendering bar plot.