The R Project SVN R

Rev

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

Rev 28633 Rev 31686
Line 22... Line 22...
22
  \item{x}{vector or data frame containing values to be divided into groups.}
22
  \item{x}{vector or data frame containing values to be divided into groups.}
23
  \item{f}{a \dQuote{factor} such that \code{factor(f)} defines the
23
  \item{f}{a \dQuote{factor} such that \code{factor(f)} defines the
24
    grouping, or a list of such factors in which case their interaction
24
    grouping, or a list of such factors in which case their interaction
25
    is used for the grouping.}
25
    is used for the grouping.}
26
  \item{value}{a list of vectors or data frames compatible with a
26
  \item{value}{a list of vectors or data frames compatible with a
27
    splitting of \code{x}}
27
    splitting of \code{x}. Recycling applies if the lengths do not match.} 
28
}
28
}
29
\details{
29
\details{
30
  \code{split} and \code{split<-} are generic functions with default and
30
  \code{split} and \code{split<-} are generic functions with default and
31
  \code{data.frame} methods.
31
  \code{data.frame} methods.
32
 
32