The R Project SVN R

Rev

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

Rev 88581 Rev 89537
Line 54... Line 54...
54
  time series objects.  See the section on \sQuote{Dispatch} for how
54
  time series objects.  See the section on \sQuote{Dispatch} for how
55
  the method to be used is selected.  If some of the arguments are of an
55
  the method to be used is selected.  If some of the arguments are of an
56
  S4 class, i.e., \code{\link{isS4}(.)} is true, S4 methods are sought
56
  S4 class, i.e., \code{\link{isS4}(.)} is true, S4 methods are sought
57
  also, and the hidden \code{cbind} / \code{rbind} functions
57
  also, and the hidden \code{cbind} / \code{rbind} functions
58
  from package \pkg{methods} maybe called, which in turn build on
58
  from package \pkg{methods} maybe called, which in turn build on
-
 
59
  %% \link->\linkS4methods, only to test that latter works w/, w/o [pkg]
-
 
60
  \code{\linkS4methods{cbind2}} or
59
  \code{\link{cbind2}} or \code{\link{rbind2}}, respectively.  In that
61
  \code{\linkS4methods[methods]{rbind2}}, respectively.  In that
60
  case, \code{deparse.level} is obeyed, similarly to the default method.
62
  case, \code{deparse.level} is obeyed, similarly to the default method.
61
 
63
 
62
  In the default method, all the vectors/matrices must be atomic (see
64
  In the default method, all the vectors/matrices must be atomic (see
63
  \code{\link{vector}}) or lists.  Expressions are not allowed.
65
  \code{\link{vector}}) or lists.  Expressions are not allowed.
64
  Language objects (such as formulae and calls) and pairlists will be
66
  Language objects (such as formulae and calls) and pairlists will be