plotRareCurves: Plot rarefaction curves

View source: R/plotRareCurves.R

plotRareCurvesR Documentation

Plot rarefaction curves

Description

Plot rarefaction curves

Usage

plotRareCurves(
  dataset = NULL,
  step_size = 100,
  raw = F,
  panels = TRUE,
  labelSamples = FALSE,
  getPlot = F
)

Arguments

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?

Value

Either the MicroVis dataset or the rarefaction curve plot object


microresearcher/MicroVis documentation built on Feb. 8, 2024, 10:59 a.m.