Description Usage Arguments Value References Examples
Interpolation (rarefaction) and extrapolation of Chao et al.’s (2021) network diversity and mean network diversity
Function iNEXT.link
computes network diversity estimates for rarefied samples and extrapolated samples
along with confidence intervals and related coverage estimates based on Chao et al.’s (2021) network
diversity (ND)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
data |
a matrix/data.frame of species
abundances (for abundance data) or species-by-site incidence raw matrix/data.frame (for incidence data). |
diversity |
a choice of three-level diversity: 'TD' = 'Taxonomic', 'PD' = 'Phylogenetic', and 'FD' = 'Functional' under certain threshold. |
q |
a nonnegative value or sequence specifying the diversity order. Default is |
datatype |
data type of input data: individual-based abundance data ( |
size |
a sequence of positive integers specifying the sample sizes for which PD or meanPD estimates will be calculated.
If |
endpoint |
a positive integer specifying the endpoint for the rarefaction and extrapolation range.
If |
knots |
a positive integer specifying the number of equally-spaced knots between 1 and the |
conf |
a positive number < 1 specifying the level of confidence interval. Default is 0.95. |
nboot |
a positive integer specifying the number of bootstrap replications when assessing sampling uncertainty and constructing confidence intervals. Enter 0 to skip the bootstrap procedures. Default is 50 |
row.tree |
phylogenetic tree of row assemblage in interaction matrix. |
col.tree |
phylogenetic tree of column assemblage in interaction matrix |
PDtype |
Select phylogenetic diversity type: |
type |
desired diversity type: |
$DataInfo
: A dataframe summarizing data information
$iNextEst
: coverage-based diversity estimates along with confidence intervals
(if nboot > 0
) for showing diversity estimates for rarefied and extrapolated samples along with related statistics;
$AsyEst
: for
showing asymptotic diversity estimates along with related statistics.
Chao, A., Chiu C.-H. and Jost, L. (2010). Phylogenetic diversity measures based on Hill numbers. Philosophical Transactions of the Royal Society B., 365, 3599-3609.
Chao, A., Chiu, C.-H., Hsieh, T. C., Davis, T., Nipperess, D., and Faith, D. (2015). Rarefaction and extrapolation of phylogenetic diversity. Methods in Ecology and Evolution, 6, 380-388.
Chao, A., Chiu C.-H. and Jost L. (2016). Phylogenetic diversity measures and their decomposition: a framework based on Hill numbers. pp. 141-172 in Pellens R. and Grandcolas P. (eds)
Biodiversity Conservation and Phylogenetic Systematics: Preserving our Evolutionary Heritage in an Extinction Crisis, Springer.
Hsieh, T. C. and Chao, A. (2017). Rarefaction and extrapolation: making fair comparison of abundance-sensitive phylogenetic diversity among multiple assemblages. Systematic Biology, 66, 100-111.
1 2 3 4 5 6 7 | ## Not run:
data(puerto.rico)
iNEXT.link(puerto.rico$data, diversity = 'TD', datatype="abundance")
iNEXT.link(puerto.rico$data, diversity = 'PD', datatype="abundance",
row.tree = puerto.rico$row.tree, col.tree = puerto.rico$col.tree)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.