Description Usage Arguments Author(s) Examples
View source: R/VisModelSpace.R
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
1 | VisModelSpace(data, cex.u = 3, cex.mtext = 1, cex.leg = 0.8)
|
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 |
Heath Blackmon and Jeffery P. Demuth
1 2 3 | data(PH)
results <- AnalyzeCrossesMM(PH)
VisModelSpace(results, cex.u=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.