phylo_diversity_com: Phylogenetic Diversity Of Communitiy data

View source: R/phylo_diversity_com.R

phylo_diversity_comR Documentation

Phylogenetic Diversity Of Communitiy data

Description

Calculates phylogenetic diversity measures per sample for a community data object.

Usage

phylo_diversity_com(
  com,
  null.model = "taxa.labels",
  runs = 100,
  file = "phylo_diversity.RData",
  use_saved = F
)

Arguments

com

a community data object.

null.model

null model to use (see ?ses.mpd').

runs

number of randomizations.

file

the name of the file where the data will be stored as 'RData' object.

use_saved

read data from 'file' instead of importing them from scratch.

Value

A list with community data.

Examples

phylo_diversity_com()

jgmv/comecol documentation built on June 6, 2023, 4:07 p.m.