
Data summarizing the evolution of fake habitat data in Ponerinae ants using a 3-level factor as categorical trait
Source:R/datasets_doc.R
Ponerinae_cat_3lvl_data_old_calib.RdA list containing fake habitat data of Ponerinae ants mapped on the phylogeny,
modeled with geiger::fitDiscrete. This object was obtained with prepare_trait_data().
This is NOT real biological/ecological data. They were designed for illustrative purposes only.
The phylogeny used is also NOT a properly time-calibrated phylogeny. It uses an ill-designed old calibration for illustrative purposes.
Usage
data(Ponerinae_cat_3lvl_data_old_calib)Details
A list of five objects containing information on the evolution of fake habitat data in Ponerinae ants.
This object was obtained with prepare_trait_data().
$densityMapsList of three objects of class"densityMapthat contains a phylogenetic tree and associated mapping of probability to harbor a given state along branches. The list contains one"densityMapper state found in thetip_data(i.e., "arboreal", "subterranean", and "terricolous").$trait_data_typeCharacter string. Record the type of trait data. Here: "categorical".$aceNumerical matrix that record the posterior probabilities of ancestral states (characters) estimates (ACE) at internal nodes. Rows are internal nodes. Columns are states (i.e., "large" and "small"). Values are posterior probabilities of each state per node.$best_model_fitList that provides the output of the best fitting model (Here: ARD model).$model_selection_dfData.frame that summarizes model comparisons used to select the best fitting model.