shinyHMCI: Create an Interactive Heat Map Confidence Interval (with...

Description Usage Arguments Value Examples

Description

This function creates an interactive heat map confidence interval in Shiny.

Usage

1
shinyHMCI(CIdata)

Arguments

CIdata

A list with 100 data frames as elements. The first data frame element must contain: coordinates named 'x' and 'y', and point estimate 'stat'. The remaining 99 data frame elements consist of two columns each: lower bound, and upper bound.

Value

A heat map, representing stat with a color at each (x, y) location.

Examples

1
2
3
4
## Not run: 
shinyHMCI(FinalList)

## End(Not run)

cwcomiskey/mapapp documentation built on May 9, 2019, 12:47 p.m.