The R Project SVN R

Rev

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

Rev 59039 Rev 61168
Line 35... Line 35...
35
}
35
}
36
\seealso{
36
\seealso{
37
\code{\link{rect}} for drawing of arbitrary rectangles.
37
\code{\link{rect}} for drawing of arbitrary rectangles.
38
}
38
}
39
\examples{
39
\examples{
40
plot(1:7, abs(stats::rnorm(7)), type = 'h', axes = FALSE)
40
plot(1:7, abs(stats::rnorm(7)), type = "h", axes = FALSE)
41
axis(1, at = 1:7, labels = letters[1:7])
41
axis(1, at = 1:7, labels = letters[1:7])
42
box(lty = '1373', col = 'red')
42
box(lty = '1373', col = 'red')
43
}
43
}
44
\keyword{aplot}
44
\keyword{aplot}