rarePlot: Make a 3-panel plot with rarefaction curves from different...

Description Usage Arguments Value

View source: R/rarePlot.R

Description

Make a 3-panel plot with rarefaction curves from different samples. This is not currently intended for general usage and is tailored to the paper this package supports.

Usage

1
rarePlot(panA, panB, panC, plotname = "rarefaction.pdf", path = ".")

Arguments

panA

An object from the shannonRarefy() function representing the rarefaction curve of the first sample.

panB

An object from the shannonRarefy() function representing the rarefaction curve of the second sample.

panC

An object from the shannonRarefy() function representing the rarefaction curve of the third sample.

plotname

The filename given to the output plot. Defaults to "rarefaction.pdf".

dir

The location of the directory to which the output plot should be written. Defaults to current working directory.

Value

A three-panel plot, written to disk as a .pdf file


jmcalabrese/shannonRarefy documentation built on May 26, 2019, 2:31 a.m.