ibar {iplots} | 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
iplot.opt . |
Creates an interactive barchart or spline plot.
Additional parameters (also accessible via iplot.opt
):
drawTicks
isSpine
borderColorSel
iplot.opt
for details.Resulting plot object.
iplot
, ihist
, iplot.list
,
iplot.opt
data(iris) attach(iris) ibar(Species)