coerce: Extract phylo4com phylogenies

Description Usage Arguments Details Value Author(s) Examples

Description

Methods to extract phylo4 and phylo4d trees from phylo4com objects.

Usage

1
2
3
4
  ## S4 method for signature 'phylo4com'
phylo4(x, community)
  ## S4 method for signature 'phylo4com'
phylo4d(x, community)

Arguments

x

a phylo4com object

community

an optional single valued character vector indicating which community tree to return; if missing, the full (across-communities) tree is returned

Details

TODO

Value

A phylo4 or phylo4d object.

Author(s)

Jim Regetz (regetz@nceas.ucsb.edu)

Examples

1
2
3
  phylo4(weeds)
  phylo4(weeds, "A")
  phylo4d(weeds, "A")

eliotmiller/ecoPDcorr documentation built on May 16, 2019, 3:02 a.m.