simCoal | R Documentation |
Simulation of coalescent dated phylogeny
simCoal(
dates = 1990:2010,
alphaFun = function(x) {
return(10)
},
alphaMin = NA
)
dates |
Sampling dates |
alphaFun |
Population size function Ne(t) |
alphaMin |
Minimum value of alphaFun |
A simulated dated phylogeny
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.