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)

YuLab-SMU/treeio documentation built on April 10, 2024, 9:26 a.m.