read.phyloxml {treeio}R Documentation

read.phyloxml

Description

read.phyloxml

Usage

read.phyloxml(file)

Arguments

file

phyloxml file

Value

treedata class or multitreedata class

Examples

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)

[Package treeio version 1.12.0 Index]