View source: R/VisModelSpace.R
VisModelSpace | R Documentation |
This function plots squares for every model evaluated. The color of the square is a function of the AICc weight of that model. Model numbers are printed on top of each square allowing the user to investigate any models of interest using the function EvaluateModel
VisModelSpace(data, cex.u = 3, cex.mtext = 1, cex.leg = 0.8, cex.mod=0.35)
data |
This is a "genarch" object returned by the function AnalyzeCrossesMM |
cex.u |
expansion factor for the boxes representing the models |
cex.mtext |
expansion factor for the x and y axis labels |
cex.leg |
expansion factor for the legend |
cex.mod |
expansion factor for text in plot field |
Heath Blackmon and Jeffery P. Demuth
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.