Description Usage Details Examples
Function for plotting REmap in shiny
1 2 3 | REmapOutput(outputId, inline = FALSE, container,...)
renderREmap(expr, env = parent.frame(),height = "800px",
width = "100%", quoted = FALSE, func = NULL)
|
USe renderREmap render an REmap object and use REmapOutput output an REmap object. See more details in shiny package.
1 2 3 | library(REmap)
library(shiny)
runApp(system.file("shiny","shinyBmap", package = "REmap"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.