rPlot: Main plotting function

Description Usage Examples

View source: R/Polycharts.R

Description

Main plotting function

Usage

1
  rPlot(x, ...)

Examples

1
2
3
4
5
## Not run: 
names(iris) = gsub('\\.', '', names(iris))
rPlot(SepalLength ~ SepalWidth | Species, data = iris, type = 'point', color = 'Species')

## End(Not run)

ramnathv/testapp1 documentation built on May 26, 2019, 10:55 p.m.