read.newick {treeio} | R Documentation |
read newick tree
read.newick(file, node.label = "label", ...)
file |
newick file |
node.label |
parse node label as 'label' or 'support' value |
... |
additional parameter, passed to 'read.tree' |
phylo or treedata object
guangchuang yu