read.octave {e1071} | R Documentation |
Read a vector or matrix from an Octave ASCII data file created using
the command save -ascii
in Octave. read.octave
reads only
the first object found in the file and ignores the rest.
read.octave (file, quiet=FALSE)
file |
the name of a Octave data file to read. |
quiet |
do not print information on type and size of the object read in. |
read.octave
returns an object of type vector or matrix.
scan read.table