readTrees - Function to read in trees.
| file : | String (pass by value) |
| The name of the file containing the trees. | |
| text : | String (pass by value) |
| A string containing one or several newick trees, separated by end of lines. | |
| treetype : | String (pass by value) |
| The type of trees. | |
| Default : clock | |
| Options : clock|non-clock | |
| unroot_nonclock : | Bool (pass by value) |
| Remove a degree-2 root node and set the tree unrooted, if treetype is non-clock. | |
| Default : TRUE |
trees=readTrees(text="(a,(b,c));\n(d:0.1,(e:0.1,f:0.1):0.1);")
print(trees)