e1071-deprecated {e1071} | R Documentation |
These functions are provided for compatibility with older versions of package e1071 only, and may be defunct as soon as of the next release.
read.octave(file, quiet = FALSE)
file |
a character string giving the name of a file in Octave
text data format (as created by save -ascii ) to read. |
quiet |
do not print information on type and size of the object read in. |
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.