viewMap: Plot a representation of microreader "plate"

Description Usage Arguments

View source: R/plot.R

Description

Plot a representation of microreader "plate"

Usage

1
2
3
4
5
6
7
8
9
viewMap(
  map,
  nrow = 8,
  ncol = 12,
  color = "color",
  text = "amount",
  title = "plate layout",
  add = FALSE
)

Arguments

map

the plate map, see readPlateMap

nrow

number of rows of the plate, with letter index from top to bottom

ncol

number of columns of the plate

color

color column in the map

text

text column in the map

title

plot title (argument main to plot)

add

add to an existing plot

...

arguments passed to image


raim/platexpress documentation built on Jan. 18, 2022, 1:41 p.m.