The R Project SVN R

Rev

Rev 88585 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88585 Rev 88914
Line 6... Line 6...
6
\name{text}
6
\name{text}
7
\title{Add Text to a Plot}
7
\title{Add Text to a Plot}
8
\usage{
8
\usage{
9
text(x, \dots)
9
text(x, \dots)
10
 
10
 
11
\method{text}{default} (x, y = NULL, labels = seq_along(x$x), adj = NULL,
11
\method{text}{default}(x, y = NULL, labels = seq_along(x$x), adj = NULL,
12
     pos = NULL, offset = 0.5, vfont = NULL,
12
     pos = NULL, offset = 0.5, vfont = NULL,
13
     cex = 1, col = NULL, font = NULL, \dots)
13
     cex = 1, col = NULL, font = NULL, \dots)
14
}
14
}
15
\alias{text}
15
\alias{text}
16
\alias{text.default}
16
\alias{text.default}