| read.phyloxml {treeio} | R Documentation |
read.phyloxml
read.phyloxml(file)
file |
phyloxml file |
treedata class or multitreedata class
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)