beta.obs.rand: Test data B observed and null beta diversity

beta.obs.randR Documentation

Test data B observed and null beta diversity

Description

A simple dataset of observed and null beta diversity values, with sample grouping information.

Usage

data("beta.obs.rand")

Format

A list object with 3 elements.

obs

matrix, pairwise values of beta diversity (dissimilarity).

rand

list, each element shows the beta diversity of randomized communities from a null model algorithm.

group

data.frame, only one column showing which samples are controls and which are under treatment.

Examples

data(beta.obs.rand)
beta.obs=beta.obs.rand$obs
beta.rand.list=beta.obs.rand$rand
group=beta.obs.rand$group

NST documentation built on June 7, 2022, 1:07 a.m.