Learn R Programming

easynem (version 1.0.3)

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

Description

beta2-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 beta2-class through calc_beta2, which can then be connected to nem_plot to visualize the results.

See Also

The constructor, calc_beta2; Class for storing single factor beta diversity analysis, beta-class; Visualization function, nem_plot.