powered by
Function for plotting REmap in knitr
knitrREmap(object, height = "300px", width = "100%", local = F)
height for the DOM of REmap
width for the DOM of REmap
an REmap object for plotting
After using the remap.init function, you can use this function for plotting REmap in knitr in any chuck
# NOT RUN { library(REmap) out = remap(demoC) knitrREmap(out) # }
Run the code above in your browser using DataLab