Description Usage Format Examples
Output list of "displaytable" function, which includes a summary of statistic table, a summary of table with significant cooccurence ("positive", "negative", or "random") of species pairs. It also include two fancy formatted tables based on "formattable" package in types of htmlwidget.
1 | data("modeltables")
|
An output list of "displaytable" function, which contains the following moduels.
Statistic table in the form of data frame.
Significant table in the form of data frame.
Statistic table in the form of htmlwidget.
Significant table in the form of htmlwidget.
1 2 3 4 5 6 | ## import data
data("modeltables")
## see the fancy tables in type of htmlwidget
modeltables$STATSFT
modeltables$SIGNFT
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.