"PhenotypicModel"This class describes a model of phenotypic evolution running on a phylogenetic tree, with or without interactions between lineages.
Objects can be created by calls of the form new("PhenotypicModel", ...).
Alternatively, you may just want to use the "createModel" function for predefined models.
name:Object of class "character" ~~
period:Object of class "numeric" ~~
aAGamma:Object of class "function" ~~
numbersCopy:Object of class "numeric" ~~
numbersPaste:Object of class "numeric" ~~
initialCondition:Object of class "function" ~~
paramsNames:Object of class "character" ~~
constraints:Object of class "function" ~~
params0:Object of class "numeric" ~~
tipLabels:Object of class "character" ~~
tipLabelsSimu:Object of class "character" ~~
comment:Object of class "character" ~~
signature(x = "PhenotypicModel", i = "ANY", j = "ANY", value = "ANY"): ...
signature(x = "PhenotypicModel", i = "ANY", j = "ANY", drop = "ANY"): ...
signature(object = "PhenotypicModel"): ...
signature(object = "PhenotypicModel"): ...
signature(object = "PhenotypicModel"): ...
signature(object = "PhenotypicModel"): ...
signature(x = "PhenotypicModel"): ...
signature(object = "PhenotypicModel"): ...
signature(object = "PhenotypicModel"): ...
Manceau M., Lambert A., Morlon H. (2017) A unifying comparative phylogenetic framework including traits coevolving across interacting lineages Systematic Biology, and the associated Supplementary material.
# NOT RUN {
showClass("PhenotypicModel")
# }
Run the code above in your browser using DataLab