ancestree {bivariatemaps}R Documentation

ancestree: Get a Phylogeny that Starts at the Common Ancestor of a Group of Species

Description

Uses a sample of species to get the phylogeny that starts at the common ancestor of the sample.

Usage

ancestree(sample, tree)

Arguments

sample

A data frame with species in columns' names (check out example link).

tree

.tre phylogenetic tree of species.

Value

A phylogeny that starts at the common ancestor of the provided sample.

Examples

# https://rfunctions.blogspot.com/2013/04/ancestree-function-get-phylogeny-that.html

[Package bivariatemaps version 1.7 Index]