rare_curve_sample {pctax}R 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)

[Package pctax version 0.1.1 Index]