Learn R Programming

bivariatemaps (version 1.7)

ancestree: 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)

Value

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

Arguments

sample

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

tree

.tre phylogenetic tree of species.

Examples

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

Run the code above in your browser using DataLab