plotRSCABS: Plots histopathological data.

Description Usage Arguments Author(s)

View source: R/plotRSCABS.r

Description

Plots histopathological data used in the RSCABS analysis as stacked bar graphs.

Usage

1
2
plotRSCABS(Data, Effect, Treatment, Metric = "Percent", Lowest = "Remove", 
	PlotParms = NULL, Format = NULL, File = NULL,...)

Arguments

Data

Tall formatted data used in Histopath and runRSCABS.

Effect

The name of endpoint being plotted.

Treatment

The name of the treatment variable.

Metric

The value being plotted, either "Total" or as a "Percent".

Lowest

Determines whether to "Include" or "Remove" the lowest response. The lowest response should correspond to no effect.

PlotParms

A list of plotting parameters, see setPlotParms.

Format

The name (as a string) of the function that saves the plot to a file. Use NULL to print the plot to the screen.

File

The name of the file the plot is saved to.

...

Other arguments to be passed to barplot.

Author(s)

Joe Swintek


RSCABS documentation built on May 1, 2020, 9:06 a.m.