Learn R Programming

phylotools (version 0.1.2)

read.phylip: Read phylip file to memory.

Description

Read phylip file to memory.

Usage

read.phylip(fil = NULL)

Arguments

fil
file path for the input phylip file.

Value

Phylip objected to be used in further analysis.

Details

The phylip format should be generated by the Clustal X software.

References

Kress W., Erickson D., Jones F., Swenson N., Perez R., Sanjur O., Bermingham E., Plant DNA barcodes and community phylogeny of a tropical forest dynamics plot in Panama. Proceedings of the National Academy of Sciences of the United States of America. 2009 18621-18626

See Also

See Also as readLines

Examples

Run this code

## read.phylip() examle ########

dir <- system.file("extdata", package = "phylotools")
setwd(dir)
read.phylip("rbcla.phy")

Run the code above in your browser using DataLab