ihist {iplots} | R Documentation |
Interactive Histogram
Description
This function creates a new interactive histogram from the given data.
Usage
ihist(var, ...)
Arguments
var |
Vector of numbers or variable to use. |
... |
All additional parameters are passed to
|
Details
Creates an interactive histogram.
Additional parameters (also available via iplot.opt
):
- anchor
Anchor point for the histogram.
- binw
Bin width.
- autoScaleXAxis
Whether the x axis should be automatically rescaled.
- autoScaleYAxis
Whether the y axis should be automatically rescaled.
Value
Resulting plot object.
See Also
iplot
, ibar
, iplot.list
,
iplot.opt
Examples
data(iris)
ihist(iris$Sepal.Width)
[Package iplots version 1.1-8 Index]