read.phylip {treeio}R Documentation

read.phylip

Description

parsing phylip tree format

Usage

read.phylip(file)

Arguments

file

phylip file

Value

an instance of 'phylip'

Author(s)

Guangchuang Yu

Examples

phyfile <- system.file("extdata", "sample.phy", package="treeio")
read.phylip(phyfile)

[Package treeio version 1.10.0 Index]