Description Usage Arguments Value See Also
A simplified version of
hist() from package graphics.
1 |
x |
numeric. A vector. |
breaks |
numeric. A vector of breakpoints to build the histogram,
possibly given by |
... |
Additional parameters (currently not used). |
An object of class "histogram", which can be plotted
by plot.histogram from package graphics.
This object is a list with components:
breaks: the n+1 cell boundaries;
counts: n integers giving the number of x
inside each cell;
xname: a string with the actual x argument name.
find_breaks() in this package;
truehist() from package MASS;
hist() from package graphics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.