e1071-deprecated {e1071}R Documentation

Deprecated Functions in Package e1071

Description

These functions are provided for compatibility with older versions of package e1071 only, and may be defunct as soon as of the next release.

Usage

read.octave(file, quiet = FALSE)

Arguments

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.

Details

read.octave reads only the first object found in the file and ignores the rest.

Value

read.octave returns an object of type vector or matrix.

See Also

Deprecated; read.octave


[Package e1071 version 1.5-8 Index]