Date/Time/Directory Stamp the Current Plot

DESCRIPTION:

Date-time stamp the current plot in the extreme lower right corner. Optionally add the current working directory and arbitrary other text to the stamp.

USAGE:

pstamp(txt, pwd = FALSE, time. = TRUE)

ARGUMENTS:

txt
an optional single text string
pwd
set to TRUE to add the current working directory name to the stamp
time.
set to FALSE to use the date without the time

DETAILS:

Certain functions are not supported for S-Plus under Windows. For R, results may not be satisfactory if par(mfrow=) is in effect.

AUTHOR(S):

Frank Harrell

EXAMPLES:

plot(1:20)
pstamp(pwd=TRUE, time=FALSE)