read.phylip: read.phylip

View source: R/phylip.R

read.phylipR 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)

GuangchuangYu/treeio documentation built on April 12, 2024, 5:25 a.m.