The R Project SVN R

Rev

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

Rev 86706 Rev 88585
Line 42... Line 42...
42
\seealso{
42
\seealso{
43
  \code{\link{plot}}, \code{\link{abline}}, \code{\link{lines}},
43
  \code{\link{plot}}, \code{\link{abline}}, \code{\link{lines}},
44
  \code{\link{points}}.
44
  \code{\link{points}}.
45
}
45
}
46
\references{
46
\references{
47
  Murrell, P. (2005) \emph{R Graphics}. Chapman & Hall/CRC Press.
47
  \bibshow{R:Murrell:2005}
48
}
48
}
49
\examples{
49
\examples{
50
plot(1:3)
50
plot(1:3)
51
grid(NA, 5, lwd = 2) # grid only in y-direction
51
grid(NA, 5, lwd = 2) # grid only in y-direction
52
 
52