Learn R Programming

probhat (version 0.4.1)

44_other_plot_methods: Other Plot Methods

Description

Plot methods for distribution sets. NOTE THAT THESE FUNCTIONS WILL BE REPLACED.

Usage

# S3 method for ph4.gset
ph.plotf(sfs, …, span.win=FALSE, legend=TRUE, colors)
# S3 method for ph4.mset
ph.plotf(sfs, …, nr, nc, colors)

Arguments

sfs

A ph4.gset or ph4.mset object.

span.win

Logical, if true, plots (most notably CDFs) extend across the entire plotting window.

legend

Logical, if true, add a legend to the plot.

colors

Character vector, colors for each distribution.

nr, nc

Optional integers, number of panels.

Ignored.

References

Refer to the vignette for an overview, references and better examples.

See Also

Distribution Sets

Examples

Run this code
# NOT RUN {
prep.ph.data ()

plot (ph4.pdfuv.gset.cks (species, sepal.length) )
plot (ph4.qfuv.mset.el (trees2), nr=2, nc=2)
# }

Run the code above in your browser using DataLab