An internal function for setting the plotting parameters not defined by the prior to function call. This is called by plotRSCABS
.
setPlotParms(PlotParms, Out, Effect, Metric, Lowest,...)
A list that contains values for the plotting parameters for barplot
.
A matrix of values that will be plotted.
The name of the endpoint being plotted.
The value being plotted and be "Total" or "Percent".
Determines whether to "Include" or "Remove" the lowest response. The lowest response should correspond to no effect.
Other arguments to be passed to barplot
.
The values of PlotParms have the same name as the plotting parameters of barplot
.
The label for the x axis, defaults to 'Treatment Group'.
The label for the y axis, defaults to the value of Metric
.
The title.
The legend text defaults to name of the rows of Out.
Extra parameters to be passed to legend
. Defaults to placing the legend in the right margin.
The code pallet used to color the bar plots. Defaults to using heat.colors
.
The colors used in the bar plot. Defaults to using the pallet determined by ColorFunction
.