iplots (version 1.1-7)

ihist: 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 iplot.opt.

Value

Resulting plot object.

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.

See Also

iplot, ibar, iplot.list, iplot.opt

Examples

Run this code
# NOT RUN {
data(iris)
ihist(iris$Sepal.Width)
# }

Run the code above in your browser using DataCamp Workspace