Description Usage Arguments Examples
View source: R/iNEXTlink.R View source: R/backup/iNEXTlink.R
DataInfo.link
: exhibits basic data information
1 2 3 4 5 6 7 | DataInfo.link(
data,
diversity = "TD",
datatype = "abundance",
row.tree = NULL,
col.tree = NULL
)
|
data |
a vector/matrix/list of species abundances or incidence frequencies. |
diversity |
a choice of three-level diversity: 'TD' = 'Taxonomic', 'PD' = 'Phylogenetic', and 'FD' = 'Functional' under certain threshold. |
datatype |
data type of input data: individual-based abundance data ( |
1 2 3 4 5 6 7 | ## Not run:
data(puerto.rico)
DataInfo.link(puerto.rico$data, diversity = 'TD', datatype="abundance")
DataInfo.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.