The R Project SVN R

Rev

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

Rev 75050 Rev 88581
Line 29... Line 29...
29
  names \code{y} also fulfill \code{is.language(y)}, see the examples.
29
  names \code{y} also fulfill \code{is.language(y)}, see the examples.
30
 
30
 
31
  This is a \link{primitive} function.
31
  This is a \link{primitive} function.
32
}
32
}
33
\references{
33
\references{
34
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
34
  \bibshow{R:Becker+Chambers+Wilks:1988}
35
  \emph{The New S Language}.
-
 
36
  Wadsworth & Brooks/Cole.
-
 
37
}
35
}
38
\examples{
36
\examples{
39
ll <- list(a = expression(x^2 - 2*x + 1), b = as.name("Jim"),
37
ll <- list(a = expression(x^2 - 2*x + 1), b = as.name("Jim"),
40
           c = as.expression(exp(1)), d = call("sin", pi))
38
           c = as.expression(exp(1)), d = call("sin", pi))
41
sapply(ll, typeof)
39
sapply(ll, typeof)