Plots histopathological data used in the RSCABS analysis as stacked bar graphs.
plotRSCABS(Data, Effect, Treatment, Metric = "Percent", Lowest = "Remove",
PlotParms = NULL, Format = NULL, File = NULL,...)
The name of endpoint being plotted.
The name of the treatment variable.
The value being plotted, either "Total" or as a "Percent".
Determines whether to "Include" or "Remove" the lowest response. The lowest response should correspond to no effect.
A list of plotting parameters, see setPlotParms
.
The name (as a string) of the function that saves the plot to a file. Use NULL to print the plot to the screen.
The name of the file the plot is saved to.
Other arguments to be passed to barplot
.