The R Project SVN R

Rev

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

Rev 11656 Rev 24300
Line 21... Line 21...
21
\description{
21
\description{
22
  The data (usually a matrix) \code{x} are written to file \code{file}.
22
  The data (usually a matrix) \code{x} are written to file \code{file}.
23
  If \code{x} is a two-dimensional matrix you need to transpose it to get the
23
  If \code{x} is a two-dimensional matrix you need to transpose it to get the
24
  columns in \code{file} the same as those in the internal representation.
24
  columns in \code{file} the same as those in the internal representation.
25
}
25
}
-
 
26
\references{
-
 
27
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
-
 
28
  \emph{The New S Language}.
-
 
29
  Wadsworth \& Brooks/Cole.
-
 
30
}
26
\seealso{
31
\seealso{
27
  \code{\link{save}} for writing any \R objects,
32
  \code{\link{save}} for writing any \R objects,
28
  \code{\link{write.table}} for data frames,
33
  \code{\link{write.table}} for data frames,
29
  and \code{\link{scan}} for reading data.
34
  and \code{\link{scan}} for reading data.
30
}
35
}