Function that uses "leave 1 out" validation of a discrete character model
1 2 3 4 5 6 7 8 9 10 11 12 | validateASR(
asr,
prior = "stationary",
plot = TRUE,
cex.node = 0.5,
cex.tip = 0.5,
cex.lab = 1,
cex.actual = 5,
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 |
Scaling for node plots |
cex.tip |
Scaling for tips? |
cex.lab |
Scaling for tip labels |
cex.actual |
Scaling for something else. Josef? |
pal |
A color palette to color the nodes |
label.offset |
Offset for tip labels |
... |
Additional arguments to plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.