Description Usage Arguments Value Examples
Obs.link
The estimated and empirical diversity of order q
1 2 3 4 5 6 7 8 9 10 |
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 ( |
conf |
a positive number < 1 specifying the level of confidence interval. Default is 0.95. |
col.tree |
phylogenetic tree of column assemblage in interaction matrix |
row.tree |
phylogenetic tree of row assemblage in interaction matrix. |
a table of Empirical network diversity q profile
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
## Example for abundance-based data
## Ex.1
data(Norfolk)
out1 <- Obs.link(Norfolk, diversity = 'TD', datatype = "abundance", nboot = 30)
ggObs.link(out1)
## Ex.2
data(puerto.rico)
out2 <- Obs.link(data = puerto.rico$data, diversity = 'PD', datatype = "abundance",
ggObs.link(out2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.