- data
Data frame with species names (columns) and samples (rows)
information. The first column should indicate the site to which the sample
belongs, regardless of whether a single site has been sampled.
- type
Nature of the data to be processed. It may be presence / absence
("P/A"), counts of individuals ("counts"), or coverage ("cover")
- Sest.method
Method for estimating species richness. The function
specpool is used for this. Available methods are the incidence-based Chao
"chao", first order jackknife "jack1", second order jackknife "jack2" and
Bootstrap "boot". By default, the "average" of the four estimates is used.
- cases
Number of data sets to be simulated.
- N
Total number of samples to be simulated in each site.
- sites
Total number of sites to be simulated in each data set.
- n
Maximum number of samples to consider.
- m
Maximum number of sites.
- k
Number of resamples the process will take. Defaults to 50.
- transformation
Mathematical function to reduce the weight of very
dominant species: 'square root', 'fourth root', 'Log (X+1)', 'P/A', 'none'
- method
The appropriate distance/dissimilarity metric (e.g. Gower,
Bray–Curtis, Jaccard, etc). The function vegan::vegdist()
is called for
that purpose.
- dummy
Logical. It is recommended to use TRUE in cases where there are
observations that are empty.
- useParallel
Logical. Perform the analysis in parallel? Defaults to TRUE.
- model
Select the model to use. Options, so far, are 'single.factor' and
'nested.symmetric'.