Rev Language Reference


readAncestralStateTreeTrace

Usage

readAncestralStateTreeTrace(String file, String treetype, String separator/delimiter, Probability burnin)

Arguments

file : String (pass by value)
The name of the file.
treetype : String (pass by value)
The type of tree.
Default : clock
Options : clock|non-clock
separator/delimiter : String (pass by value)
The field separator character. Values on each line of the file are separated by this character. If sep = "" the separator is 'white space', that is one or more spaces, tabs, newlines or carriage returns.
burnin : Probability (pass by value)
The fraction/number of samples to discard as burnin.
Default : 0.25

Return Type