pstamp | R Documentation |
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.
pstamp(txt, pwd = FALSE, time. = TRUE)
txt |
an optional single text string |
pwd |
set to |
time. |
set to |
Certain functions are not supported for S-Plus under Windows. For R,
results may not be satisfactory if par(mfrow=)
is in effect.
Frank Harrell
plot(1:20)
pstamp(pwd=TRUE, time=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.