plot.well {cellGrowth} | R Documentation |
Plots well plate as lattice xyplot.
plot.well(x, file = NULL, labelColumn = NULL, calibration = identity, ...)
x |
the well object |
file |
which plate file to plot? If NULL (default) the first file is taken. |
labelColumn |
column in the well object to take label for the wells from |
calibration |
|
... |
optional plot parameters, see details |
This function calls plotPlate
for the plate
plate
. The ... parameter is passed to the
plotPlate
function.
Andreas Neudecker