Title: | A 'Shiny' Gadget for Interactive 'QRA' Visualizations |
---|---|
Description: | Upload raster data and easily create interactive quantitative risk analysis 'QRA' visualizations. Select from numerous color palettes, base-maps, and different configurations. |
Authors: | Paul Govan [aut, cre, cph] |
Maintainer: | Paul Govan <[email protected]> |
License: | Apache License |
Version: | 0.3.1 |
Built: | 2024-11-22 03:06:01 UTC |
Source: | https://github.com/paulgovan/qragadget |
Creates an adjustable-length matrix input.
matrixInput(inputId, label, data)
matrixInput(inputId, label, data)
inputId |
Input variable to assign the control's value to. |
label |
Display label for the control. |
data |
The initial values to use for the matrix. |
Upload raster data and easily create interactive QRA visualizations. Select from numerous color palettes, basemaps, and different configurations.
QRAGadget()
QRAGadget()
A standalone html file
if (interactive()) { QRAGadget() }
if (interactive()) { QRAGadget() }