simCoal: Simulation of coalescent dated phylogeny

View source: R/simulate.R

simCoalR Documentation

Simulation of coalescent dated phylogeny

Description

Simulation of coalescent dated phylogeny

Usage

simCoal(
  dates = 1990:2010,
  alphaFun = function(x) {
     return(10)
 },
  alphaMin = NA
)

Arguments

dates

Sampling dates

alphaFun

Population size function Ne(t)

alphaMin

Minimum value of alphaFun

Value

A simulated dated phylogeny


emvolz-phylodynamics/mlesky documentation built on Feb. 13, 2025, 1:47 p.m.