community_to_sad {mobsim} | R Documentation |
Get species abundance distribution from community object
Description
Get species abundance distribution from community object
Usage
community_to_sad(comm)
Arguments
comm |
Community object |
Value
Object of class sad
, which contains a named integer vector
with species abundances
Examples
sim1 <- sim_poisson_community(s_pool = 200, n_sim = 20000, sad_type = "lnorm",
sad_coef = list("cv_abund" = 2))
sad1 <- community_to_sad(sim1)
plot(sad1, method = "rank")
plot(sad1, method = "octave")
[Package mobsim version 0.3.1 Index]