histochart: Histogram from tabulated data

Description Usage Arguments Details Author(s) See Also Examples

Description

Uses barchart to build a histogram from tabulated data.

Usage

1
histochart(x, data=NULL, box.ratio = 100, origin = 0, horizontal = FALSE, ...)

Arguments

x

formula of form frequency ~ value

data

data frame in which the formula x is interpreted

box.ratio

ratio of bar widths to gaps between bars

origin

where do bars begin?

horizontal

Should bars go horizontal?

...

other arguments passed to barchart

Details

This is just a convenience wrapper around barchart.

Author(s)

Randall Pruim (rpruim@calvin.edu)

See Also

barchart

Examples

1
histochart( dbinom(0:30, 30, 0.35) ~ 0:30 )

abd documentation built on May 2, 2019, 4:46 p.m.