| ibar | R Documentation | 
This function creates a new interactive bar chart from the given data.
ibar(var, ...)
| var | Factor, vector of strings or variable to use. | 
| ... | All additional parameters are passed to
 | 
Creates an interactive barchart or spline plot.
Additional parameters (also accessible via iplot.opt):
drawTicksWhether ticks should be drawn.
isSpineWhether a spineplot should be created instead of a normal barchart.
borderColorSelHere this color defaults to black. See
iplot.opt for details.
Resulting plot object.
iplot, ihist, iplot.list,
iplot.opt
data(iris) attach(iris) ibar(Species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.