read.phyloxml: read.phyloxml

View source: R/phyloxml.R

read.phyloxmlR Documentation

read.phyloxml

Description

read.phyloxml

Usage

read.phyloxml(file)

Arguments

file

phyloxml file

Value

treedata class or treedataList class

Examples

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

GuangchuangYu/treeio documentation built on May 17, 2024, 2:34 p.m.