Learn R Programming

phyloTop (version 1.1.1)

homTrees: Homogeneous Trees

Description

A list of 50 trees generated by a homogeneous model.

Usage

data(homTrees)

Arguments

format

A list of length 50 where each object is an object of class phylo4.

source

homTrees was created by Caroline Colijn of Imperial College London.

Details

ssTrees and homTrees were created by models based on the spread of disease. They they are from a transmission model with only one pathogen lineage per host. The former had a fifth of the hosts seeding five times as many infections as the others, and while the latter was homogeneous - everyone was equally infectious. They all have 60 nodes or a little more.

See Also

exampleSummary for a more detailed summary.

Examples

Run this code
data(homTrees)
  topList <- c(avgLadder,colless,function(tree){nConfig(tree,2)})
  treeListSummary(homTrees,topList)

Run the code above in your browser using DataLab