This function returns ancestral state estimates using a variety of methods
1 2 3 4 5 6 7 | ace.treedata(
td,
charType = "detect",
aceType = "marginal",
discreteModelType = "ER",
na.rm = "bytrait"
)
|
td |
An object of class 'treedata' |
charType |
specifies the type of character, either:
|
aceType |
specifies the method used to reconstruct ancestral character states:
|
discreteModelType |
One of ER, SYM, or ARD; see geiger's fitDiscrete for full description |
na.rm |
How to deal with missing data.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.