Learn R Programming

FishPhyloMaker (version 0.2.0)

whichFishAdd: Function to inform which species must be added to the mega-tree phylogeny in the insertion process.

Description

Function to inform which species must be added to the mega-tree phylogeny in the insertion process.

Usage

whichFishAdd(data)

Arguments

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 FishTaxaMaker

Value

A data frame containing a column informing at which level the species in data must be added.

Details

This function can be used in order to known which species that must be added in the insertion process made by FishPhyloMaker.

Examples

Run this code
# NOT RUN {
    data("taxon_data_PhyloMaker")
    res_test <- whichFishAdd(data = taxon_data_PhyloMaker)
# }
# NOT RUN {

# }

Run the code above in your browser using DataLab