View source: R/plotRareCurves.R
plotRareCurves | R Documentation |
Plot rarefaction curves
plotRareCurves(
dataset = NULL,
step_size = 100,
raw = F,
panels = TRUE,
labelSamples = FALSE,
getPlot = F
)
dataset |
MicroVis dataset. Defaults to the active dataset |
step_size |
Step size for drawing the curves |
raw |
Perform on unfiltered data? |
panels |
Split groups into separate panels? |
labelSamples |
Label each curve with the sample it corresponds to? |
getPlot |
Return the plot object? |
Either the MicroVis dataset or the rarefaction curve plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.