powered by
Write the reconstructed tree to Newick string
write.recon.tree(data = NULL, file = NULL)
No return value, called for its side effect of writing data to a file.
Morpho object
File name
data(morpho_data) tmp <- tempfile(fileext = ".tre") write.recon.tree(data = morpho_data, file = tmp)
Run the code above in your browser using DataLab