as.treedata {treeio} | R Documentation |
converting phylo object to treedata object
as.treedata(tree, ...) ## S3 method for class 'phylo' as.treedata(tree, boot = NULL, ...)
tree |
tree object |
... |
additional parameter |
boot |
optional, can be bootstrap value from ape::boot.phylo |
treedata object
guangchuang yu