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.
Usage
read.octave (file, quiet=FALSE)
Arguments
file
the name of a Octave data file to read.
quiet
do not print information on type and size of the object
read in.
Value
read.octave returns an object of type vector or matrix.