powered by
Function for plotting REmap in shiny
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.
# NOT RUN { library(REmap) library(shiny) runApp(system.file("shiny","shinyBmap", package = "REmap")) # }
Run the code above in your browser using DataLab