read.phyloxml | R Documentation |
read.phyloxml
read.phyloxml(file)
file |
phyloxml file |
treedata class or treedataList class
xmlfile1 <- system.file("extdata/phyloxml", "test_x2.xml", package="treeio")
px1 <- read.phyloxml(xmlfile1)
px1
xmlfile2 <- system.file("extdata/phyloxml", "phyloxml_examples.xml", package="treeio")
px2 <- read.phyloxml(xmlfile2)
px2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.