The R Project SVN R

Rev

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

Rev 25118 Rev 27625
Line 54... Line 54...
54
  \code{which} are normal frame numbers whereas negative values are counted
54
  \code{which} are normal frame numbers whereas negative values are counted
55
  back from the frame number of the current evaluation.
55
  back from the frame number of the current evaluation.
56
 
56
 
57
  \code{sys.nframe} returns the number of the current frame in that
57
  \code{sys.nframe} returns the number of the current frame in that
58
  list. \code{sys.function} gives the definition of the function
58
  list. \code{sys.function} gives the definition of the function
59
  curently being evaluated in the frame \code{n} generations back.
59
  currently being evaluated in the frame \code{n} generations back.
60
  
60
  
61
  \code{sys.frames} gives a list of all the active frames and
61
  \code{sys.frames} gives a list of all the active frames and
62
  \code{sys.parents} gives the indices of the parent frames of each
62
  \code{sys.parents} gives the indices of the parent frames of each
63
  of the frames.
63
  of the frames.
64
  
64