The R Project SVN R

Rev

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

Rev 87653 Rev 88581
Line 82... Line 82...
82
 
82
 
83
  Producing \code{call}s etc from character: \code{\link{str2lang}} and
83
  Producing \code{call}s etc from character: \code{\link{str2lang}} and
84
  \code{\link{parse}}.
84
  \code{\link{parse}}.
85
}
85
}
86
\references{
86
\references{
87
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
87
  \bibshow{R:Becker+Chambers+Wilks:1988}
88
  \emph{The New S Language}.
-
 
89
  Wadsworth & Brooks/Cole.
-
 
90
}
88
}
91
\examples{
89
\examples{
92
is.call(call) #-> FALSE: Functions are NOT calls
90
is.call(call) #-> FALSE: Functions are NOT calls
93
 
91
 
94
## set up a function call to round with argument 10.5
92
## set up a function call to round with argument 10.5