plotGridEffect {RTCA} | R Documentation |
Plot the mean and deviation of rows/columns of a RTCA E-plate, to provide hints of potential row/column effect of the plate
plotGridEffect(rtca, mode = c("column", "row"), xlab = "time point", ylab = "readout", legend = TRUE, col, ...)
rtca |
An object of |
mode |
character, either “column” or “row”, to choose which effect to depict |
xlab |
x-axis label |
ylab |
y-axis label |
legend |
logical, whether the legend should be added |
col |
Color of the curves |
... |
Further parameters passed to |
The error bars depicts the standard deviations
NULL
, the funciton is called for its side effect
Jitao David Zhang
require(RTCA) ofile <- system.file("extdata/testOutput.csv", package="RTCA") x <- parseRTCA(ofile) plotGridEffect(x)