plot.remap: plot the remap object

Description Usage Arguments Value Author(s) Examples

View source: R/plot.remap.R

Description

plot.remap is a function to create the htmlfile and open it by browser

Usage

1
2
## S3 method for class 'remap'
plot(object, path = "")

Arguments

object

an remap object

path

the path for saving REmap object

Value

Create a html file according to the id of the object

Author(s)

Chiffon <http://lchiffon.github.io>

Examples

1
2
3
4
set.seed(125)
out = remap(demoC,title = "REmap: Demo DATA",
subtitle = "theme:Dark")
plot(out)

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