addfiglab: Add a figure label in topleft-most corner

Description Usage Arguments Details

View source: R/addfiglab.R

Description

Add a figure label in topleft-most corner

Usage

1
addfiglab(lab, font = 2, units = "ndc", cex = 1, ...)

Arguments

lab

Character giving the figure label

font

the color and (if vfont = NULL) font to be used, possibly vectors. These default to the values of the global graphical parameters in par().

units

Character giving the device units to use – will typically be 'ndc' or 'nfc'

cex

numeric character expansion factor; multiplied by par("cex") yields the final character size. NULL and NA are equivalent to 1.0.

...

Additional parameters passed to text

Details

Note, 'xpd' is NA and 'adj' is c(0, 1).


daynefiler/dlfUtils documentation built on Oct. 22, 2021, 9:49 a.m.