plot.spec_sample_curve | R Documentation |
Plot species sampling curves
## S3 method for class 'spec_sample_curve'
plot(x, ...)
x |
Species sampling curve generated by |
... |
Additional graphical parameters used in |
This function is called for its side effects and has no return value.
sim_com1 <- sim_thomas_community(s_pool = 100, n_sim = 1000)
sac1 <- spec_sample_curve(sim_com1, method = c("rare","acc"))
plot(sac1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.