A function to predict the states of missing tips
1 2 3 4 5 6 7 8 9 10 11 | predictMissingTips(
asr,
prior = "stationary",
plot = TRUE,
cex.node = 0.5,
cex.tip = 0.5,
cex.lab = 1,
pal = rainbow,
label.offset = 0.1,
...
)
|
asr |
An asrArbor object produced by aceArbor |
prior |
Either "stationary" or "equal" |
plot |
A logical indicating whether a plot should be produced |
cex.node |
Character expansion vector for the node pie charts |
cex.tip |
Character expansion vector for the tip pie charts |
cex.lab |
Character expansion vector for the tip labels |
pal |
A color palette to color the nodes |
label.offset |
How far to offset tip labels |
... |
Additional arguments to plot.phylo |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.