Learn R Programming

iplots (version 1.0-3)

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): [object Object],[object Object],[object Object],[object Object]

See Also

iplot, ibar, iplot.list, iplot.opt

Examples

Run this code
data(iris)
ihist(iris$Sepal.Width)

Run the code above in your browser using DataLab