| ihist {iplots} | R Documentation |
This function creates a new interactive histogram from the given data.
ihist(var, ...)
var |
Vector of numbers or variable to use. |
... |
All additional parameters are passed to
iplot.opt. |
Creates an interactive histogram.
Additional parameters (also available via iplot.opt):
Resulting plot object.
iplot, ibar, iplot.list,
iplot.opt
data(iris) ihist(iris$Sepal.Width)