The R Project SVN R

Rev

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

Rev 25118 Rev 27447
Line 35... Line 35...
35
\seealso{
35
\seealso{
36
  \code{\link{call}},
36
  \code{\link{call}},
37
  \code{\link{eval}},
37
  \code{\link{eval}},
38
  \code{\link{function}}.
38
  \code{\link{function}}.
39
  Further,
39
  Further,
40
  \code{\link{text}} and
40
  \code{\link[graphics]{text}} and
41
  \code{\link{legend}}
41
  \code{\link[graphics]{legend}}
42
  for plotting math expressions.
42
  for plotting math expressions.
43
}
43
}
44
\examples{
44
\examples{
45
length(ex1 <- expression(1+ 0:9))# 1
45
length(ex1 <- expression(1+ 0:9))# 1
46
ex1
46
ex1