Learn R Programming

iplots (version 1.1-2)

ibar: Interactive Bar Chart

Description

This function creates a new interactive bar chart from the given data.

Usage

ibar(var, ...)

Arguments

var
Factor, vector of strings or variable to use.
...
All additional parameters are passed to iplot.opt.

Value

  • Resulting plot object.

Details

Creates an interactive barchart or spline plot.

Additional parameters (also accessible via iplot.opt): [object Object],[object Object],[object Object]

See Also

iplot, ihist, iplot.list, iplot.opt

Examples

Run this code
data(iris)
attach(iris)
ibar(Species)

Run the code above in your browser using DataLab