The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 13... Line 13...
13
\usage{
13
\usage{
14
col(x, as.factor = FALSE)
14
col(x, as.factor = FALSE)
15
}
15
}
16
\arguments{
16
\arguments{
17
  \item{x}{a matrix-like object, that is one with a two-dimensional
17
  \item{x}{a matrix-like object, that is one with a two-dimensional
18
    \code{dim}.} 
18
    \code{dim}.}
19
  \item{as.factor}{a logical value indicating whether the value should
19
  \item{as.factor}{a logical value indicating whether the value should
20
    be returned as a factor of column labels (created if necessary)
20
    be returned as a factor of column labels (created if necessary)
21
    rather than as numbers.}
21
    rather than as numbers.}
22
}
22
}
23
\value{
23
\value{