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. |
save -ascii
in Octave. read.octave
reads only
the first object found in the file and ignores the rest.read.octave
returns an object of type vector or matrix.