REmapOutput: Plot REmap in shiny

Description Usage Details Examples

Description

Function for plotting REmap in shiny

Usage

1
2
3
REmapOutput(outputId, inline = FALSE, container,...)
renderREmap(expr, env = parent.frame(),height = "800px",
           width = "100%", quoted = FALSE, func = NULL)

Details

USe renderREmap render an REmap object and use REmapOutput output an REmap object. See more details in shiny package.

Examples

1
2
3
library(REmap)
library(shiny)
runApp(system.file("shiny","shinyBmap", package = "REmap"))

Lchiffon/REmap documentation built on Dec. 14, 2019, 11:43 p.m.