Description Usage Arguments References See Also Examples
Plots of discrete univariate probability distributions.
1 2 3 4 5 6 |
sf |
A suitable function object. |
data |
Logical, if true, include a subpanel with the data bars. |
main, xlab, ylab |
Optional strings, main/axes titles. |
xlim, ylim |
Optional length-2 numeric vectors, giving the plot ranges. |
add |
Logical, if true, add to an existing plot. |
axes |
Logical vector of length one or two, if true, plot axis ticks with labels. |
combine |
Logical, if true, combine the bars. |
freq |
Logical, if true, plot frequencies. |
n |
An integer, representing the sample size, and is ignored except for PMFs/CDFs with freq set to TRUE. |
space |
Numeric, the space (in mm) between the bars. |
line.width |
Optional numeric, giving the main line width. |
line.color, fill.color |
Optional (R color) strings, giving the main line color and main fill color. |
... |
Ignored. |
Refer to the vignette for an overview, references and better examples.
set.ph.options
ph.plotf.dksuv, ph.plotf.catuv
1 2 3 4 5 6 | prep.ph.data ()
dfh <- pmfuv.dks (traffic.bins, traffic.freq)
plot (dfh)
plot (dfh, TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.