e1071-deprecated            package:e1071            R Documentation

_D_e_p_r_e_c_a_t_e_d _F_u_n_c_t_i_o_n_s _i_n _P_a_c_k_a_g_e _e_1_0_7_1

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

     read.octave(file, quiet = FALSE)

_A_r_g_u_m_e_n_t_s:

    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.

_D_e_t_a_i_l_s:

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

_V_a_l_u_e:

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

_S_e_e _A_l_s_o:

     'Deprecated'; 'read.octave'

