rare_curve_sample: Rare the sample

View source: R/rarefy.R

rare_curve_sampleR Documentation

Rare the sample

Description

Rare the sample

Plot a rare curve

Usage

rare_curve_sample(otutab, rep = 30, count_cutoff = 1)

## S3 method for class 'rare_res'
plot(x, ...)

Arguments

otutab

otutab

rep

repeats number

count_cutoff

cutoff to be 0

x

AOR object

...

add

Value

ggplot

ggplot

Examples

data(otutab, package = "pcutils")
a <- rare_curve_sample(otutab)
plot(a)

pctax documentation built on May 29, 2024, 10:03 a.m.