The R Project SVN R

Rev

Rev 60534 | Rev 72750 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60534 Rev 61168
Line 12... Line 12...
12
}
12
}
13
\usage{
13
\usage{
14
line(x, y)
14
line(x, y)
15
}
15
}
16
\arguments{
16
\arguments{
17
  \item{x,y}{the arguments can be any way of specifying x-y pairs.  See
17
  \item{x, y}{the arguments can be any way of specifying x-y pairs.  See
18
    \code{\link{xy.coords}}.}
18
    \code{\link{xy.coords}}.}
19
}
19
}
20
\details{
20
\details{
21
  Cases with missing values are omitted.
21
  Cases with missing values are omitted.
22
 
22