The R Project SVN R

Rev

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

Rev 68948 Rev 75377
Line 45... Line 45...
45
  list), its \code{\link{body}} (\code{expr} in the \sQuote{Usage}
45
  list), its \code{\link{body}} (\code{expr} in the \sQuote{Usage}
46
  section) and its \code{\link{environment}} which provides the
46
  section) and its \code{\link{environment}} which provides the
47
  enclosure of the evaluation frame when the closure is used.
47
  enclosure of the evaluation frame when the closure is used.
48
 
48
 
49
  There is an optional further component if the closure has been
49
  There is an optional further component if the closure has been
50
  byte-compiled.  This is not normally user-visible, but it indicated
50
  byte-compiled.  This is not normally user-visible, but is indicated
51
  when functions are printed.
51
  when functions are printed.
52
}
52
}
53
 
53
 
54
\seealso{
54
\seealso{
55
  \code{\link{args}}.
55
  \code{\link{args}}.