The R Project SVN R

Rev

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

Rev 79671 Rev 80079
Line 266... Line 266...
266
  \code{\link{quote}}, \code{\link{bquote}}
266
  \code{\link{quote}}, \code{\link{bquote}}
267
}
267
}
268
\examples{
268
\examples{
269
require(graphics)
269
require(graphics)
270
 
270
 
271
x <- seq(-4, 4, len = 101)
271
x <- seq(-4, 4, length.out = 101)
272
y <- cbind(sin(x), cos(x))
272
y <- cbind(sin(x), cos(x))
273
matplot(x, y, type = "l", xaxt = "n",
273
matplot(x, y, type = "l", xaxt = "n",
274
        main = expression(paste(plain(sin) * phi, "  and  ",
274
        main = expression(paste(plain(sin) * phi, "  and  ",
275
                                plain(cos) * phi)),
275
                                plain(cos) * phi)),
276
        ylab = expression("sin" * phi, "cos" * phi), # only 1st is taken
276
        ylab = expression("sin" * phi, "cos" * phi), # only 1st is taken