.BG
.VE $Header: /usr3/s/current/s/.help/RCS/mtext,v 1.2 83/12/30 19:31:06 rab Exp $
.FN mtext
.TL
mtext: Text in the Margins of a Plot
.CS
mtext(text, side, line, outer, at)
.PP
.AG text
character string to be plotted.
.AG side
side (1,2,3,4 for bottom, left, top, or right).
.AG line
line (measured out from the plot in units of standard-sized
character heights).
By default (unless parameter `mar' is changed by the `par' function), standard-sized
characters can be placed at values of `line' less than or equal to
4 on the bottom, 3 on left and top, and 1 on the right.
.AG outer
logical flag, should plotting be done in outer margin?
Default FALSE.
.AG at
optional vector of positions at which `text' is to be
plotted.  If `side' is 1 or 3, `at' will represent x-coordinates.
If `side' is 2 or 4, `at' will represent y-coordinates.
`at' can be used for constructing specialized
axis labels, etc.
.KW plot*
.KW aplot*
.WR
