Learn R Programming

pctax (version 0.1.1)

rare_curve_sample: Rare the sample

Description

Rare the sample

Plot a rare curve

Usage

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

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

Value

ggplot

ggplot

Arguments

otutab

otutab

rep

repeats number

count_cutoff

cutoff to be 0

x

AOR object

...

add

Examples

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

Run the code above in your browser using DataLab