Description Usage Arguments Details Author(s) See Also
Plots or computes the histogram with observations with multiplicities/weights.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
x |
a vector of values for which the histogram is desired. |
w |
a vector of multiplicities/weights for the values in |
breaks, plot, freq, xlim, ylim, xlab, ylab, main, add, col, border, lwd |
These
arguments have similar functionalities to their namesakes in function
|
... |
arguments passed on to function |
Just like hist
, whist
can either plot the histogram or compute
the values that define the histogram, by setting plot
to TRUE
or FALSE
.
The histogram can either be the one for frequencies or density, by setting
freq
to TRUE
or FALSE
.
Yong Wang <yongwang@auckland.ac.nz>
hist
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.