Learn R Programming

phylodyn (version 0.9.0)

summarize_phylo: Summarize a phylogeny.

Description

Summarize a phylogeny.

Usage

summarize_phylo(phy)

Arguments

phy
a phylo object containing a phylogeny.

Value

A list containing vectors of sampling times samp_times, number sampled per sampling time n_sampled, and coalescent times coal_times.

Examples

Run this code
data("NY_flu")
summarize_phylo(NY_flu)

Run the code above in your browser using DataLab