taxa.table: Making a Taxa Table based on the result of function TPL for...

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/taxa.table.R

Description

Making taxa table for software Phylomatic, as "Family/Genus/species"

Usage

1
taxa.table(x, file = NULL, substitute.sp.white.space = "_")

Arguments

x

A data.frame generated by function TPL

file

A character string referring the name of the plain text file to be generated.

substitute.sp.white.space

The substitution symbol between the genus and specific epithet.

Details

x must be a dataframe generated by function TPL.

Value

Taxa table for software Phylomatic.

Author(s)

Jinlong Zhang jinlongzhang01@gmail.com

References

Webb, C. O. and M. J. Donoghue (2005). Phylomatic: tree assembly for applied phylogenetics. Molecular Ecology Notes 5(1): 181-183.

See Also

TPL

Examples

1
2
3
4
5
sp <- c( "Ranunculus japonicus", "Anemone udensis", 
         "Ranunculus repens", "Ranunculus chinensis", 
         "Solanum nigrum", "Punica sp." ) 
res <- TPL(sp)
taxa.table(res)

plantlist documentation built on May 2, 2019, 4:45 p.m.