Stamp(txt = NULL, las = par("las"), cex = 0.6)
stamp
. If not found the current date will be taken as text. If the stamp option is defined as expression the function will evaluate it. This can be used to define dynamic texts.par("las")
.par("cex")
yields the final character size. Defaults to 0.6.DescToolsOptions(stamp=expression(gettextf('%s/%s', Sys.getenv('USERNAME'), Format(Today(), fmt='yyyy-mm-dd') )))
For R results may not be satisfactory if par(mfrow=)
is in effect.
text