Learn R Programming

easynem (version 1.0.3)

beta-class: A class to store beta diversity results (single factor)

Description

beta-class is used to store the results of beta diversity analysis, including results for drawing and comparing differences between groups.

Arguments

Slots

meta

A data frame storing basic elements for visualization.

result

A character of pairwise comparison results.

temp

A character vector of the difference comparison.

Details

Users can construct a beta-class through calc_beta, which can then be connected to nem_plot to visualize the results.

See Also

The constructor, calc_beta; Class for storing two-factor beta diversity analysis, beta2-class; Visualization function, nem_plot.