Learn R Programming

probhat (version 0.3.1)

36_other_plot_methods: Other Plot Methods

Description

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

Usage

# S3 method for ph3.gset
plot(x, …, legend=TRUE, colors)
# S3 method for ph3.mset
plot(x, …, nr, nc, colors)

Arguments

x

A ph3.gset or ph3.mset object.

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 {
ph.data.prep ()

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

Run the code above in your browser using DataLab