The R Project SVN R

Rev

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

Rev 34349 Rev 34355
Line 15... Line 15...
15
    by \file{cmd}.
15
    by \file{cmd}.
16
#endif
16
#endif
17
  }
17
  }
18
  \item{ncolumns}{the number of columns to write the data in.}
18
  \item{ncolumns}{the number of columns to write the data in.}
19
  \item{append}{if \code{TRUE} the data \code{x} is appended to file \code{file}.}
19
  \item{append}{if \code{TRUE} the data \code{x} is appended to file \code{file}.}
20
  \item{append}{a string used to separate columns.  Using \code{sep = "\t"}
20
  \item{sep}{a string used to separate columns.  Using \code{sep = "\t"}
21
    gives tab delimited output; default is \code{" "}.}
21
    gives tab delimited output; default is \code{" "}.}
22
}
22
}
23
\description{
23
\description{
24
  The data (usually a matrix) \code{x} are written to file \code{file}.
24
  The data (usually a matrix) \code{x} are written to file \code{file}.
25
  If \code{x} is a two-dimensional matrix you need to transpose it to get the
25
  If \code{x} is a two-dimensional matrix you need to transpose it to get the