View source: R/coalescent.tree.sim.R
| coalescent.tree.sim | R Documentation | 
Longer proper discription of function...
coalescent.tree.sim(n.ind = 100, seed = NULL)
n.ind | 
 An integer specifying the number of terminal nodes desired.  | 
seed | 
 An optional integer controlling the pseudo-random process underlying the tree generation.  | 
Caitlin Collins caitiecollins@gmail.com
## basic use of fn
tree <- coalescent.tree.sim(n.ind = 100, seed = 1)
## plot output
plot(tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.