read.phyloxml: read.phyloxml

Description Usage Arguments Value Examples

View source: R/phyloxml.R

Description

read.phyloxml

Usage

1

Arguments

file

phyloxml file

Value

treedata class or multitreedata class

Examples

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)

treeio documentation built on Nov. 21, 2020, 2:01 a.m.