Description Usage Arguments Details Value Author(s) References See Also Examples
Making taxa table for software Phylomatic, as "Family/Genus/species"
1 | taxa.table(x, file = NULL, substitute.sp.white.space = "_")
|
x |
A data.frame generated by function |
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. |
x must be a dataframe generated by function TPL
.
Taxa table for software Phylomatic.
Jinlong Zhang jinlongzhang01@gmail.com
Webb, C. O. and M. J. Donoghue (2005). Phylomatic: tree assembly for applied phylogenetics. Molecular Ecology Notes 5(1): 181-183.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.