community_to_sad: Get species abundance distribution from community object

View source: R/Sim_Community.R

community_to_sadR 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")


FelixMay/MoBspatial documentation built on April 1, 2024, 2:18 a.m.