Learn R Programming

mobsim (version 0.1.0)

plot.spec_sample_curve: Plot species sampling curves

Description

Plot species sampling curves

Usage

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

Arguments

x

Species sampling curve generated by spec_sample_curve

...

Additional graphical parameters used in plot.

Examples

Run this code
# NOT RUN {
sim_com1 <- sim_thomas_community(s_pool = 100, n_sim = 1000)
sac1 <- spec_sample_curve(sim_com1, method = c("rare","acc"))
plot(sac1)

# }

Run the code above in your browser using DataLab