coalescent.tree.sim: Short one-phrase description.

View source: R/coalescent.tree.sim.R

coalescent.tree.simR Documentation

Short one-phrase description.

Description

Longer proper discription of function...

Usage

coalescent.tree.sim(n.ind = 100, seed = NULL)

Arguments

n.ind

An integer specifying the number of terminal nodes desired.

seed

An optional integer controlling the pseudo-random process underlying the tree generation.

Author(s)

Caitlin Collins caitiecollins@gmail.com

Examples


## basic use of fn
tree <- coalescent.tree.sim(n.ind = 100, seed = 1)

## plot output
plot(tree)


caitiecollins/treeWAS documentation built on Feb. 11, 2025, 11:25 a.m.