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 March 9, 2024, 3:15 p.m.