powered by
Plot species sampling curves
# S3 method for spec_sample_curve plot(x, ...)
This function is called for its side effects and has no return value.
Species sampling curve generated by spec_sample_curve
spec_sample_curve
Additional graphical parameters used in graphics::plot.
graphics::plot
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