read.raxml {treeio}R Documentation

read.raxml

Description

parse RAxML bootstrapping analysis output

Usage

read.raxml(file)

Arguments

file

RAxML bootstrapping analysis output

Value

treedata object

Author(s)

Guangchuang Yu

Examples

raxml_file <- system.file("extdata/RAxML", "RAxML_bipartitionsBranchLabels.H3", package="treeio")
read.raxml(raxml_file)

[Package treeio version 1.8.0 Index]