Learn R Programming

remap (version 0.3.2)

REmapOutput: Plot REmap in shiny

Description

Function for plotting REmap in shiny

Usage

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

Arguments

Details

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

Examples

Run this code
# NOT RUN {
library(REmap)
library(shiny)
runApp(system.file("shiny","shinyBmap", package = "REmap"))
# }

Run the code above in your browser using DataLab