plot.well {cellGrowth}R Documentation

Generic plot function for datatype well

Description

Plots well plate as lattice xyplot.

Usage

  plot.well(x, file = NULL, labelColumn = NULL,
    calibration = identity, ...)

Arguments

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

function or list of functions. If calibration is a function it is applied to all raw data. If it is a list, the well dataframe must contain a column named machine. Depending on that column the according function in the list is applied to the raw data.

...

optional plot parameters, see details

Details

This function calls plotPlate for the plate plate. The ... parameter is passed to the plotPlate function.

Author(s)

Andreas Neudecker


[Package cellGrowth version 1.30.0 Index]