ibar: Interactive Bar Chart

View source: R/iplots.R

ibarR Documentation

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.

Details

Creates an interactive barchart or spline plot.

Additional parameters (also accessible via iplot.opt):

drawTicks

Whether ticks should be drawn.

isSpine

Whether a spineplot should be created instead of a normal barchart.

borderColorSel

Here this color defaults to black. See iplot.opt for details.

Value

Resulting plot object.

See Also

iplot, ihist, iplot.list, iplot.opt

Examples

data(iris)
attach(iris)
ibar(Species)

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

Related to ibar in iplots...