Rev Language Reference


mnExtNewick

Usage

mnExtNewick(TimeTree tree, RevObject ..., Bool isNodeParameter, Bool posterior, Bool likelihood, Bool prior, Bool append, String filename, IntegerPos printgen, String separator, Bool version)

Arguments

tree : TimeTree (pass by const reference)
The tree variable.
... : RevObject (pass by const reference)
Variables at nodes or branches.
isNodeParameter : Bool (pass by value)
Is this a node or branch parameter?
Default : TRUE
posterior : Bool (pass by value)
Should we print the posterior probability as well.
Default : TRUE
likelihood : Bool (pass by value)
Should we print the likelihood as well?
Default : TRUE
prior : Bool (pass by value)
Should we print the prior probability as well?
Default : TRUE
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