ddSimCoal | R Documentation |
Simulation of coalescent dated phylogeny using deterministic/'sideways' distribution of coalescent times
ddSimCoal(
dates = 1990:2010,
alphaFun = function(x) {
return(10)
},
guessRootTime = NA,
res = 1000,
A_tol = 0.01
)
dates |
Sampling dates |
alphaFun |
Population size function Ne(t) |
guessRootTime |
Optional (but recommended) guess for when root may be reached. |
res |
Time axis resolution |
A_tol |
Tolerance for reaching time of root >0 |
A simulated dated phylogeny
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.