Learn R Programming

remap (version 0.3.2)

knitrREmap: Plot REmap in knitr

Description

Function for plotting REmap in knitr

Usage

knitrREmap(object, height = "300px", width = "100%", local = F)

Arguments

height

height for the DOM of REmap

width

width for the DOM of REmap

objct

an REmap object for plotting

Details

After using the remap.init function, you can use this function for plotting REmap in knitr in any chuck

Examples

Run this code
# NOT RUN {
library(REmap)
out = remap(demoC)
knitrREmap(out)
# }

Run the code above in your browser using DataLab