plot.well: Generic plot function for datatype well

Description Usage Arguments Details Author(s)

View source: R/plot.well.R

Description

Plots well plate as lattice xyplot.

Usage

1
2
  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


cellGrowth documentation built on Oct. 31, 2019, 8:38 a.m.