Various functionality to implement Fisher's logseries
fisher.RdVarious functions connected to Fisher's logseries including creation of synthetic datasets and estimation of Fisher's alpha
Arguments
- N
Size of the ecosystem. In the case of
fisher.ecosystem(), the expected size of the ecosystem- S
Number of species in ecosystem
- alpha
In function
fisher.ecosystem(), Fisher's \(\alpha\). If not supplied, it will be calculated fromNandS.- give
In function
fishers.alpha(), Boolean variable with defaultFALSEmeaning to return alpha, andTRUEmeaning to return a list containingxandalpha.- nmax
In function
fisher.ecosystem(), the maximum number of species abundance classes to consider- c
In function
fisher.ecosystem(), the rare species advantage term
Details
Function fishers.alpha() solves for \(\alpha\) given
\(N\) and \(S\), as per Fisher's table 9, p55.
Given \(N\) and \(S\) (or \(\alpha\)), function
fisher.ecosystem() generates a Fisherian ecosystem
with expected size \(N\) and expected species count \(S\).