iplot: Interactive Plot

Description Usage Arguments Examples

Description

...

Usage

1
2
3
  iPlot(data = ggplot2::diamonds, height = 600,
    width = 800, geom = NULL, liveSearchLimit = 7,
    options = list(), ...)

Arguments

data

dataset

height

height (app)

width

width (app)

geom

main plot geom function

...

see runApp()

Examples

1
2
3
4
5
6
## Not run: 
iPlot(MASS::survey)
iPlot(mtcars, geom = geom_bar())
iPlot(as.data.table(ggplot2::diamonds), geom = geom_density(aes(position="stack")))

## End(Not run)

LCHansson/iPlot documentation built on May 8, 2019, 5:45 p.m.