The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 54... Line 54...
54
 
54
 
55
\value{
55
\value{
56
  \code{unstack} produces a list of columns according to the formula
56
  \code{unstack} produces a list of columns according to the formula
57
  \code{form}.  If all the columns have the same length, the resulting
57
  \code{form}.  If all the columns have the same length, the resulting
58
  list is coerced to a data frame.
58
  list is coerced to a data frame.
59
  
59
 
60
  \code{stack} produces a data frame with two columns:
60
  \code{stack} produces a data frame with two columns:
61
  \item{values}{the result of concatenating the selected vectors in
61
  \item{values}{the result of concatenating the selected vectors in
62
    \code{x}.}
62
    \code{x}.}
63
  \item{ind}{a factor indicating from which vector in \code{x} the
63
  \item{ind}{a factor indicating from which vector in \code{x} the
64
    observation originated.}
64
    observation originated.}