Description Usage Arguments Details Value Examples
Function to inform which species must be added to the mega-tree phylogeny in the insertion process.
1 |
data |
A data frame with three column containing the name of species (s), the Family (f) and Order (o). This
can be generated with function |
This function can be used in order to known which species that must be added in the insertion process
made by FishPhyloMaker
.
A data frame containing a column informing at which level the species in data must be added.
1 2 3 4 5 6 7 8 9 | ## Not run:
data(neotropical_comm)
data_comm <- neotropical_comm[, -c(1, 2)]
taxon_data <- tab_function(data_comm) # formating data
Loricariidae # informing Family of Curculionichthys insperatus
Siluriformes # informing Order of Curculionichthys insperatus
res_test <- whichFishAdd(data = taxon_data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.