.BG
.FN stamp
.TL
Time Stamp Output, Graph, and Audit File
.CS
stamp(name=date(), print=TRUE, plot=TRUE)
.AG name
character string to be printed, plotted, and put on audit file.
Default is the current date and time in the form returned by the `date'
function:
.br
`Tue Jun  1 14:00:16 EDT 1988'.
.AG print
should `name' be printed on the terminal?
Default TRUE.
.AG plot
should `name' be plotted in the lower right corner of the current plot?
Default TRUE if a graphical device has been specified.
.PP
Since the current date and time is plotted on the current graphical device
as well as appearing on the terminal and in the audit file,
the `stamp' function makes it easy to identify the functions used
to create a plot or display.
.EX
plot(x,y)
stamp()  # an interesting plot
.KW aplot
.KW documentation
.WR
