|
TEXTreeString
|
Built-in function
|
|
Returns a string containing a LaTEX picture description of the tree. The length of the branches can be scaled on any model parameter (if it is defined for all branches), or left unscaled (all branches have equal length).
|
Syntax
|
res = TEXTreeString(tree_ident, parameter_name);
|
Notes
|
'parameter_name' must be either an empty string (branches have equal lengths) or a parameter name (e.g. "mu"), if that parameter is defined for every branch. Two special values are also allowed:
- "EXPECTED_NUMBER_OF_SUBSTITUTIONS" scales the tree on the expected number of substitution per site, assuming there is a model attached to every branch of the tree;
- "STRING_SUPPLIED_LENGTHS" scales the tree on the lengths provided in the Newick string itself (assuming there are some).
The output of the command is LaTEX code which should be saved to a file and later rendered by a LaTEX program.
|
Examples
|
|
Last modified: 8/14/2002 |
|
|