main=textGrob("Daily QC: Blue",gp=gpar(fontsize=20,font=3))
Edit with v>=2.0.0 of gridExtra, main
has become top
(for consistency with bottom
, left
and right
).
main=textGrob("Daily QC: Blue",gp=gpar(fontsize=20,font=3))
Edit with v>=2.0.0 of gridExtra, main
has become top
(for consistency with bottom
, left
and right
).