The R Project SVN R

Rev

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

Rev 74233 Rev 74978
Line 50... Line 50...
50
    from the reverse side, i.e., the last (or rightmost) of identical
50
    from the reverse side, i.e., the last (or rightmost) of identical
51
    elements would correspond to \code{duplicated = FALSE}.}
51
    elements would correspond to \code{duplicated = FALSE}.}
52
  \item{nmax}{the maximum number of unique items expected (greater than one).}
52
  \item{nmax}{the maximum number of unique items expected (greater than one).}
53
  \item{\dots}{arguments for particular methods.}
53
  \item{\dots}{arguments for particular methods.}
54
  \item{MARGIN}{the array margin to be held fixed: see
54
  \item{MARGIN}{the array margin to be held fixed: see
55
    \code{\link{apply}}, and note that \code{MARGIN = 0} maybe useful.}
55
    \code{\link{apply}}, and note that \code{MARGIN = 0} may be useful.}
56
}
56
}
57
\details{
57
\details{
58
  These are generic functions with methods for vectors (including
58
  These are generic functions with methods for vectors (including
59
  lists), data frames and arrays (including matrices).
59
  lists), data frames and arrays (including matrices).
60
 
60