Rev Language Reference


mnCharHistoryNhx

Usage

mnCharHistoryNhx(AbstractHomologousDiscreteCharacterData ctmc, TimeTree tree, RlAtlas atlas, IntegerPos maxgen, Probability burnin, Bool posterior, Bool likelihood, Bool prior, String type, Bool append, String filename, IntegerPos printgen, String separator, Bool version)

Arguments

ctmc : AbstractHomologousDiscreteCharacterData (pass by const reference)
tree : TimeTree (pass by const reference)
atlas : RlAtlas (pass by const reference)
maxgen : IntegerPos (pass by value)
Default : NULL
burnin : Probability (pass by value)
Default : 0.25
posterior : Bool (pass by value)
Default : TRUE
likelihood : Bool (pass by value)
Default : TRUE
prior : Bool (pass by value)
Default : TRUE
type : String (pass by value)
Default : biogeo
Options : biogeo
append : Bool (pass by value)
Should we append or overwrite if the file exists?
Default : FALSE
filename : String (pass by value)
The name of the file for storing the samples.
printgen : IntegerPos (pass by value)
The number of generations between stored samples.
Default : 1
separator : String (pass by value)
The separator/delimiter between columns in the file.
Default :
version : Bool (pass by value)
Should we record the software version?
Default : FALSE

Methods