surfaceAICPlot
can optionally show the change in the deviance or 'partial AICc' for each trait separately as well as for the analysis as a whole. surfaceAICMultiPlot
plots lines from multiple runs on the same plot, allowing comparison among analyses done on alternate tree topologies or with stochasticity added using sample_shifts
surfaceAICPlot(fwd = NULL, bwd = NULL, out = NULL, summ = NULL,
traitplot = "none", cols = NULL, daic = FALSE, ...)
surfaceAICMultiPlot(fwd = NULL, bwd = NULL, out = NULL, summ = NULL,
cols = NULL, daic = FALSE, ...)
surfaceForward
run, or a list of such lists if calling surfaceAICMultiPlot
surfaceBackward
run, or a list of such lists if calling surfaceAICMultiPlot
runSurface
run, consisting of elements fwd
and bwd
, or a list of such lists if calling surfaceAICMultiPlot
surfaceSummary
(run on the forward and backward phases of an analysis together), or a list of such objects if calling surfaceAICMultiPlot
"none"
, "dev"
or "aic"
(see details); defaults to "none"
surfaceAICMultiPlot
. Only used in surfaceAICPlot
if traitplot = "aic"
or traitplot = "dev"
, in which case the colors are used for the trait lines (the overall AICc line is drawn in black)
FALSE
, but is automatically set to TRUE
if traitplot = "aic"
or traitplot = "dev"
plot
or points
functions
traitplot="dev"
or traitplot="aic"
can be specified. If traitplot="dev"
, the deviance (-2*log likelihood) at each step is shown for each trait. If traitplot="aic"
, a "partial AICc" at each step is shown for each of the m
traits, consisting of the deviance and 1/m of the "penalty" part of the overall AICc, where m is the number of traits. Note that this is not a proper statistical construct, but its property of adding to give the overall AICc can be useful in visualizing the patterns among traits
Mahler, D.L., Ingram, T., Revell, L.J. & Losos, J.B. (2013) Exceptional convergence on the macroevolutionary landscape in island lizard radiations. Science 341: 292-295.
surfaceForward
, surfaceBackward
, surfaceSimulate
, surfaceSummary
, surfaceTreePlot
, surfaceTraitPlot