plotPlate: Plot Results of an Entire Plate by Well or File

View source: R/plotPlate.R

plotPlateR Documentation

Plot Results of an Entire Plate by Well or File

Description

Display an entire plate with lattice graphics grouped by well or file.

Usage

plotPlate(
  df,
  size = NULL,
  cex = 1/2,
  alpha = 1/2,
  main = NULL,
  invert.y = TRUE,
  layout = NULL,
  ...
)

Arguments

df

Annotated data.frame with imaging results.

size

Number of wells for plate, if NULL, the size will be guessed.

cex

Numeric value as factor by which to expand the plot symbol.

alpha

Transparency factor applied to plotting symbols.

main

Optional character string to serve as plot title.

invert.y

A logical value to invert y coordinates.

layout

Optional layout for lattice plot grouped by file.

...

Additional arguments handed to xyplot including subset.

Value

The plot is generated and returned as an invisible lattice object.


ornelles/virustiter documentation built on March 15, 2024, 9:28 a.m.