info2input | R Documentation |
Convert an 'info' data frame into an 'input' object.
info2input(info, tree, parallelize = T, ncores = NULL, verbose = T)
info |
A definitive info data frame. |
tree |
Backbone tree. |
parallelize |
Logical. If TRUE it allows the function to look for phyletic status using multiple processing cores. |
ncores |
Number of cores to use in parallelization. If no number is provided it defaults to all but one of system logical cores. |
verbose |
Logical. Whether or not to print the progress. |
An input data frame to feed the rand_tip
function.
Ignacio Ramos-Gutierrez, Rafael Molina-Venegas, Herlander Lima
catspecies <- c("Lynx_lynx", "Panthera_uncia",
"Panthera_onca", "Felis_catus", "Puma_concolor",
"Lynx_canadensis", "Panthera_tigris", "Panthera_leo",
"Felis_silvestris")
cats.info <- build_info(species=catspecies, tree= cats,
find.ranks=TRUE, db="ncbi", mode="backbone")
cats.input <- info2input(info=cats.info, tree=cats)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.