powered by
Plots of continuous univariate probability distributions.
plot_cpd (sf, data=FALSE, ..., main, xlab, ylab, xlim, ylim, add=FALSE, axes=TRUE, line.width, line.color, fill.color)
A suitable function object. Here, this is a continuous univariate probability distribution. Refer to the references and see also sections.
Logical, if true, include a subpanel with data points. Ignored, if sf is a quantile function, or a conditional distribution.
Optional strings, main/axes titles.
Optional length-2 numeric vectors, giving the plot ranges.
Logical, if true, add to an existing plot.
Logical vector of length one or two, if true, plot axis ticks with labels.
Optional numeric, giving the main line width. If missing, determined by global options.
Optional (R color) strings, giving the main line color and main fill color. If missing, determined by global options.
Ignored.
Refer to the vignette for an overview, references and better examples.
set.ph.options
plot.cksuv, plot.eluv
plot_cpd_bv, plot_cpd_tv
# NOT RUN { ph.data.prep () cfh <- pdfuv.cks (height) plot (cfh) plot (cfh, TRUE) # }
Run the code above in your browser using DataLab