.BG
.VE $Header: /usr3/s/current/s/.help/RCS/title,v 1.2 83/12/30 19:35:59 rab Exp $
.FN title
.FN axes
.TL
title axes: Plot Titling Information and/or Axes
.CS
title(main, sub, xlab, ylab, axes)
axes(main, sub, xlab, ylab, axes)
.PP
.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.
.AG xlab
optional character string to label the x-axis.
.AG ylab
optional character string to label the y-axis.
.AG axes
logical, should axes be drawn?  Default TRUE for function `axes',
FALSE for `title'.
.PP
Graphical parameters may also be supplied as arguments to this
function (see `par').
.PP
The two functions differ only in that `axes' also plots the `x' and
`y' axes.  All the character strings are empty by default.
.EX
title("residuals from final fit") # main title only
axes(xlab="concentration",ylab="temperature")
.KW plot*
.KW aplot*
.WR
