ihist: Interactive Histogram

View source: R/iplots.R

ihistR 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 iplot.opt.

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)

iplots documentation built on May 1, 2022, 5:08 p.m.

Related to ihist in iplots...