Counts the number of character changes on a object of class "simmap" or "multiSimmap"
This function takes a tree or a set of trees with a mapped discrete character (that is, an object of class "simmap"
or "multiSimmap"
), and computes the total number of character changes as well as the number of character changes between all states.
countSimmap(tree, states=NULL, message=TRUE)
tree |
an object of class |
states |
optional argument with the states for the mapped character. If not provided, these will be computed from the tree. This is useful if averaging across many trees, some of which may lack certain states. |
message |
optional logical argument indicating whether or not to return an informative message about the function output. |
A list with up to three elements: N
is an integer value giving the total number of character changes on the tree; Tr
gives the number of of transitions between row and column states (or a matrix containing both N
and the transitions between states, in rows, for an object of class "multiPhylo"
); and (optionally) message
contains an explanatory message about the function output.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2012) phytools: An R package for phylogenetic comparative biology (and other things). Methods Ecol. Evol., 3, 217-223.
## load data from Revell & Collar (2009) data(anoletree) anoletree countSimmap(anoletree)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.