powered by
This function creates a new interactive bar chart from the given data.
ibar(var, ...)
Factor, vector of strings or variable to use.
All additional parameters are passed to iplot.opt.
iplot.opt
Resulting plot object.
Creates an interactive barchart or spline plot.
Additional parameters (also accessible via iplot.opt):
drawTicks
Whether ticks should be drawn.
isSpine
Whether a spineplot should be created instead of a normal barchart.
borderColorSel
Here this color defaults to black. See iplot.opt for details.
iplot, ihist, iplot.list, iplot.opt
iplot
ihist
iplot.list
# NOT RUN { data(iris) attach(iris) ibar(Species) # }
Run the code above in your browser using DataLab