histo: Alternative Histograms

Description Usage Arguments Value See Also

View source: R/histo.R

Description

A simplified version of hist() from package graphics.

Usage

1
histo(x, breaks, ...)

Arguments

x

numeric. A vector.

breaks

numeric. A vector of breakpoints to build the histogram, possibly given by find_breaks().

...

Additional parameters (currently not used).

Value

An object of class "histogram", which can be plotted by plot.histogram from package graphics. This object is a list with components:

See Also

find_breaks() in this package; truehist() from package MASS; hist() from package graphics.


paulponcet/statip documentation built on Nov. 19, 2019, 9:16 p.m.