as.treedata.phylo {treeio}R Documentation

as.treedata

Description

convert phylo to treedata

Usage

## S3 method for class 'phylo'
as.treedata(tree, boot = NULL, ...)

Arguments

tree

input tree, a phylo object

boot

optional, can be bootstrap value from ape::boot.phylo

...

additional parameters

Details

converting phylo object to treedata object

Author(s)

guangchuang yu


[Package treeio version 1.8.1 Index]