amountColors: Add Amount Colors

Description Usage Arguments See Also

View source: R/parsers.R

Description

add a color palette to the plate layout map, with colors along the range of added amounts of a given substance. Substance and amount columns are eg. auto-generated by readPlateMap with options asep and afields.

Usage

1
2
3
4
5
6
7
amountColors(
  map,
  substance = "substance",
  amount = "amount",
  color = "color",
  colf = colorRamps::matlab.like2
)

Arguments

map

the plate map, see readPlateMap

substance

name of the substance column in map

amount

name of the amount column in map

color

name of the color column to be added to map

colf

color palette function, default is colorRamp's matlab.like2

See Also

readPlateMap, replaceAmounts


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