VisModelSpace: Visualize Model Space

Description Usage Arguments Author(s) Examples

View source: R/VisModelSpace.R

Description

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

Usage

1
VisModelSpace(data, cex.u = 3, cex.mtext = 1, cex.leg = 0.8)

Arguments

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

Author(s)

Heath Blackmon and Jeffery P. Demuth

Examples

1
2
3
data(PH)
results <- AnalyzeCrossesMM(PH)
VisModelSpace(results, cex.u=3)

coleoguy/SAGA documentation built on May 13, 2019, 9:50 p.m.