Rev Language Reference


dnCoalescentSkyline

Usage

dnCoalescentSkyline(RealPos[] theta, RealPos[] times, String method, Taxon[] taxa, Clade[] constraints)

Arguments

theta : RealPos[] (pass by const reference)
A vector of per interval population sizes.
times : RealPos[] (pass by const reference)
A vector of times for the intervals, if applicable.
Default : NULL
method : String (pass by value)
The method how intervals are defined.
Default : events
Options : events|uniform|specified
taxa : Taxon[] (pass by value)
The taxa used when drawing a random tree.
constraints : Clade[] (pass by value)
The strictly enforced topology constraints.
Default : [ ]

Domain Type