| histo {statip} | R Documentation |
Alternative Histograms
Description
A simplified version of
hist() from package graphics.
Usage
histo(x, breaks, ...)
Arguments
x |
numeric. A vector. |
breaks |
numeric. A vector of breakpoints to build the histogram,
possibly given by |
... |
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:
-
breaks: then+1cell boundaries; -
counts:nintegers giving the number ofxinside each cell; -
xname: a string with the actualxargument name.
See Also
find_breaks() in this package;
truehist() from package MASS;
hist() from package graphics.
[Package statip version 0.2.3 Index]