Description Usage Arguments Value Examples
read.phyloxml
1 |
file |
phyloxml file |
treedata class or multitreedata class
1 2 3 4 5 6 | xmlfile <- system.file("extdata/phyloxml", "test_x2.xml", package="treeio")
px <- read.phyloxml(xmlfile)
px
xmlfile2 <- system.file("extdata/phyloxml", "phyloxml_examples.xml", package="treeio")
px2 <- read.phyloxml(xmlfile2)
class(px2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.