write.pml {phangorn} | R Documentation |
Export pml objects
Description
write.pml
writes out the ML tree and the model parameters.
Usage
write.pml(x, file = tempfile(), ...)
Arguments
x |
an object of class ancestral. |
file |
a file name. File endings are added. |
... |
Further arguments passed to or from other methods. |
Value
write.pml
returns the input x invisibly.
See Also
Examples
data(woodmouse)
fit <- pml_bb(woodmouse, "JC", rearrangement = "none")
write.pml(fit, "woodmouse")
unlink(c("woodmouse_pml.txt", "woodmouse_tree.nwk"))
[Package phangorn version 2.12.1 Index]