powered by
Plot methods for distribution sets. NOTE THAT THESE FUNCTIONS WILL BE REPLACED.
# S3 method for ph3.gset plot(x, …, legend=TRUE, colors) # S3 method for ph3.mset plot(x, …, nr, nc, colors)
A ph3.gset or ph3.mset object.
Logical, if true, add a legend to the plot.
Character vector, colors for each distribution.
Optional integers, number of panels.
Ignored.
Refer to the vignette for an overview, references and better examples.
Distribution Sets
# 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