createBufferedMatrix     package:BufferedMatrix     R Documentation

_c_r_e_a_t_e_B_u_f_f_e_r_e_d_M_a_t_r_i_x

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

     Creates a Buffered Matrix object

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

     createBufferedMatrix(rows, cols=0, bufferrows=1, buffercols=1,prefix="BM",directory=getwd())

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

    rows: Number of rows in the matrix

    cols: Initial number of coulmns in the matrix

bufferrows: number of rows to be buffered if the row buffer is
          activated

buffercols: number of columns to be buffered

  prefix: String to be used as start of name for any temporary files

directory: path to directory where temporary files should be stored

_A_u_t_h_o_r(_s):

     B. M. Bolstad <bmb@bmbolstad.com>

