.plateHeat {tcpl} | R Documentation |
Plot plate heatmap
Description
Plot plate heatmap, to be used with tcplPlotPlate
Usage
.plateHeat(vals, rowi, coli, wllt, wllq, rown, coln, main, arng)
Arguments
vals |
Numeric, the well values |
rowi |
Integer, the row index |
coli |
Integer, the column index |
wllt |
Character, the well type |
wllq |
Logical, the well quality |
rown |
Integer, the number of rows on the plate |
coln |
Integer, the number of columns on the plate |
main |
Character of length 1, the title/main |
arng |
Numeric of length 2, the minimum and maximum values to constrain the color scale |
Note
Optimized for an output with height = 20/3, width = 10, and pointsize = 10
[Package tcpl version 3.1.0 Index]