PlotMisseSpace | R Documentation |
A plotting function for visualizing the model space explored in MiSSEGreedy.
Arguments in ...
are passed to plot.igraph
.
PlotMisseSpace(x, possible.combos=NULL, arrows.by.weight=FALSE, ...)
x |
a |
possible.combos |
data.frame of parameter combinations to try. See 'Details'. |
arrows.by.weight |
a logical indicating whether arrow direction between adjacent model reflects which model has higher support. The default is |
... |
Additional parameters to control the igraph plot. See |
If the input x is a list of misse
fits from MiSSEGreedy then size of the vertices are in proportion
of their AIC weights. If only the “possible.combos” is input, and x=NULL
, then the model space
will be plotted but with each vertex having the same size.
Jeremy M. Beaulieu
Vascancelos, T, B.C. O'Meara, and J.M. Beaulieu. In prep.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.