powered by
This function creates a new interactive histogram from the given data.
ihist(var, ...)
Vector of numbers or variable to use.
All additional parameters are passed to iplot.opt.
iplot.opt
Resulting plot object.
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.
iplot, ibar, iplot.list, iplot.opt
iplot
ibar
iplot.list
# NOT RUN { data(iris) ihist(iris$Sepal.Width) # }
Run the code above in your browser using DataLab