powered by
Constructs a phylogeny that lives in the "rust" part of the program
Phylogeny(newick)
An object of class environment of length 10.
environment
a newick string
phy <- Phylogeny$new("((A:0.5,B:0.5):0.5,C:1.0);") phy$print() phy$write_newick()
Run the code above in your browser using DataLab