Package 'QRAGadget'

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

Help Index


Matrix input

Description

Creates an adjustable-length matrix input.

Usage

matrixInput(inputId, label, data)

Arguments

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.


A 'Shiny' Gadget for Interactive QRA Visualizations.

Description

Upload raster data and easily create interactive QRA visualizations. Select from numerous color palettes, basemaps, and different configurations.

Usage

QRAGadget()

Value

A standalone html file

Examples

if (interactive()) {
  QRAGadget()
}