44_other_plot_methods: Other Plot Methods

Description Usage Arguments References See Also Examples

Description

Plot methods for distribution sets.

NOTE THAT THESE FUNCTIONS WILL BE REPLACED.

Usage

1
2
3
4
## S3 method for class 'ph4.gset'
ph.plotf(sfs, ..., span.win=FALSE, legend=TRUE, colors)
## S3 method for class '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

1
2
3
4
prep.ph.data ()

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

probhat documentation built on May 12, 2021, 5:08 p.m.