Description Usage Arguments Details Examples
Function for plotting REmap in knitr
1 | knitrREmap(object, height = "300px", width = "100%", local = F)
|
height |
height for the DOM of REmap |
width |
width for the DOM of REmap |
objct |
an REmap object for plotting |
After using the remap.init function, you can use this function for plotting REmap in knitr in any chuck
1 2 3 | library(REmap)
out = remap(demoC)
knitrREmap(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.