The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 56... Line 56...
56
  \code{\link{is.numeric}},
56
  \code{\link{is.numeric}},
57
  \code{\link{rep}},%                                [seq.c]
57
  \code{\link{rep}},%                                [seq.c]
58
  \code{\link{seq.int}}
58
  \code{\link{seq.int}}
59
  (which dispatches methods for \code{"seq"})%       [seq.c]
59
  (which dispatches methods for \code{"seq"})%       [seq.c]
60
  and \code{\link{xtfrm}}%                           [sort.c]
60
  and \code{\link{xtfrm}}%                           [sort.c]
61
  
61
 
62
  In addition, \code{is.name} is a synonym for \code{is.symbol} and
62
  In addition, \code{is.name} is a synonym for \code{is.symbol} and
63
  dispatches methods for the latter.
63
  dispatches methods for the latter.
64
 
64
 
65
  Note that all of the \link{group generic} functions are also
65
  Note that all of the \link{group generic} functions are also
66
  internal/primitive and allow methods to be written for them.
66
  internal/primitive and allow methods to be written for them.