knitrREmap: Plot REmap in knitr

Description Usage Arguments Details Examples

View source: R/knitrREmap.R

Description

Function for plotting REmap in knitr

Usage

1
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

1
2
3
library(REmap)
out = remap(demoC)
knitrREmap(out)

Lchiffon/REmap documentation built on Dec. 14, 2019, 11:43 p.m.