Description Usage Arguments Author(s) Examples
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.
1 2 3 4 |
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 |
viridis |
logical indicating if the viridis color palette should be used |
... |
further arguments passed to plot |
Heath Blackmon and Jeffery P. Demuth
1 2 3 | data(PH)
results <- AnalyzeCrossesMM(PH)
plot(results)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.