.BG
.FN title
.FN axes
.TL
Plot Titling Information and/or Axes
.CS
title(main, sub, xlab, ylab, axes=FALSE)
axes(main, sub, xlab, ylab, axes=TRUE)
.AG main
optional character string for the main title, plotted on top
in enlarged (`cex=1.5') characters.
.AG sub
optional character string for the sub-title, plotted on the
bottom below the x-axis label.
.AG xlab
optional character string to label the x-axis.
.AG ylab
optional character string to label the y-axis.
.AG axes
if `TRUE', an enclosing box, tick marks and axis labels will be plotted.
.GR
.PP
The two functions differ only in the default value for `axes'.
Nothing is plotted for arguments not supplied.
.EX
title("residuals from final fit") # main title only
axes(xlab="concentration",ylab="temperature")
.KW aplot
.WR
