read.newick {treeio}R Documentation

read.newick

Description

read newick tree

Usage

read.newick(file, node.label = "label", ...)

Arguments

file

newick file

node.label

parse node label as 'label' or 'support' value

...

additional parameter, passed to 'read.tree'

Value

phylo or treedata object

Author(s)

Guangchuang Yu


[Package treeio version 1.18.0 Index]