Rare the sample

Plot a rare curve

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

# S3 method for 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)