powered by
Plot methods for distribution sets. NOTE THAT THESE FUNCTIONS WILL BE REPLACED.
# 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)
A ph4.gset or ph4.mset object.
Logical, if true, plots (most notably CDFs) extend across the entire plotting window.
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 { 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