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
|
Creates an interactive histogram.
Additional parameters (also available via iplot.opt
):
Anchor point for the histogram.
Bin width.
Whether the x axis should be automatically rescaled.
Whether the y axis should be automatically rescaled.
Resulting plot object.
iplot
, ibar
, iplot.list
,
iplot.opt
data(iris)
ihist(iris$Sepal.Width)