Simulation of coalescent dated phylogeny given a fluctuating Ne(t) function

simCoal(
  dates = 1990:2010,
  NeFun = function(x) {
     return(10)
 },
  NeMin,
  computeKeyStats = T
)

Arguments

dates

Sampling dates

NeFun

Population size function Ne(t)

NeMin

Minimum value of Ne(t)

computeKeyStats

Whether or not to compute the key stats, default is TRUE

Value

A simulated dated phylogeny