The R Project SVN R

Rev

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

Rev 27442 Rev 27447
Line 13... Line 13...
13
\method{points}{formula}(formula, data = parent.frame(), \dots, subset)
13
\method{points}{formula}(formula, data = parent.frame(), \dots, subset)
14
 
14
 
15
\method{lines}{formula}(formula, data = parent.frame(), \dots, subset)
15
\method{lines}{formula}(formula, data = parent.frame(), \dots, subset)
16
}
16
}
17
\arguments{
17
\arguments{
18
  \item{formula}{a \code{\link{formula}}, such as \code{y ~ x}.}
18
  \item{formula}{a \code{\link[stats]{formula}}, such as \code{y ~ x}.}
19
  \item{data}{a data.frame (or list) from which the variables in
19
  \item{data}{a data.frame (or list) from which the variables in
20
    \code{formula} should be taken.}
20
    \code{formula} should be taken.}
21
  \item{\dots}{Further graphical parameters may also be passed as
21
  \item{\dots}{Further graphical parameters may also be passed as
22
    arguments, see \code{\link{par}}.  \code{horizontal = TRUE}
22
    arguments, see \code{\link{par}}.  \code{horizontal = TRUE}
23
    is also accepted.}
23
    is also accepted.}