plot.genarch: provides a custom plot of a genarch object

View source: R/plot.genarch.R

plotR Documentation

provides a custom plot of a genarch object

Description

Plot a publication quality figure of a genarch object with many built-in customization such as only a subset with variable importances over a chosen cut-off. If a cut-off is chosen that would make it so only a single bar would be plotted the min.vi argument will be automatically reduced to include at least the two CGEs with the highest variable importance.

Usage

## S3 method for class 'genarch'
plot(x, min.vi = .5, main=NULL, 
             cex.axis=1, cex.names=1, cex.main=1, 
             maxval=NULL, minval=NULL, col.ramp, ...)

Arguments

x

This is the observed data used in the function AnalyzeCrossesMM

min.vi

This is a "genarch" object returned by the function AnalyzeCrossesMM

main

title for the Y axis

cex.axis

expansion factor for Y axis

cex.names

expansion factor for CGE names on x axis

cex.main

expansion factor for main title

maxval

custom maximum value for a plot

minval

custom minimum value for a plot

col.ramp

a color ramp to be used for variable importance

...

further arguments passed to plot

Author(s)

Heath Blackmon and Jeffery P. Demuth


coleoguy/SAGA2 documentation built on Feb. 2, 2023, 2:15 p.m.