Usage Arguments Author(s) Examples
View source: R/bbea.QC.Image.R
1 2 3 | bbea.QC.Image(db, plate.design.db=NULL,
ht=4, wd=6, txtsize=2, hjust=0.5,
filename="PlateImage")
|
db |
experiment outputs |
plate.design.db |
plate layout |
ht |
image height |
wd |
image width |
txtsize |
label size |
hjust |
label position |
filename |
directory and filename to save pdf |
Maria Suprun, Randall J. Ellis, Mayte Suárez-Fariñas
1 2 3 4 5 | data(Egg)
l <- create.plate.db(direction = "horizontal")
bbea.QC.Image(db=bbeaEgg$pData,
filename = "QC.Image.",
plate.design.db=l$plate.design.db)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.