Description Usage Arguments Value Note Author(s) See Also
An internal function for setting the plotting parameters not defined by the prior to function call. This is called by plotRSCABS
.
1 | setPlotParms(PlotParms, Out, Effect, Metric, Lowest,...)
|
PlotParms |
A list that contains values for the plotting parameters for |
Out |
A matrix of values that will be plotted. |
Effect |
The name of the endpoint being plotted. |
Metric |
The value being plotted and be "Total" or "Percent". |
Lowest |
Determines whether to "Include" or "Remove" the lowest response. The lowest response should correspond to no effect. |
... |
Other arguments to be passed to |
The values of PlotParms have the same name as the plotting parameters of barplot
.
xlab |
The label for the x axis, defaults to 'Treatment Group'. |
ylab |
The label for the y axis, defaults to the value of |
main |
The title. |
legend.text |
The legend text defaults to name of the rows of Out. |
args.legend |
Extra parameters to be passed to |
ColorFunction |
The code pallet used to color the bar plots. Defaults to using |
Colors |
The colors used in the bar plot. Defaults to using the pallet determined by |
This function only changes item in PlotParms that have a NULL value.
Joe Swintek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.