modeltables: Output list of "displaytable" function.

Description Usage Format Examples

Description

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.

Usage

1
data("modeltables")

Format

An output list of "displaytable" function, which contains the following moduels.

STATSTAB

Statistic table in the form of data frame.

SIGNTAB

Significant table in the form of data frame.

STATSFT

Statistic table in the form of htmlwidget.

SIGNFT

Significant table in the form of htmlwidget.

Examples

1
2
3
4
5
6
## import data 
data("modeltables")

## see the fancy tables in type of htmlwidget
modeltables$STATSFT
modeltables$SIGNFT

JotSoSerious/cooccurExtra documentation built on Oct. 30, 2019, 8:03 p.m.