doubleMatrix              package:xcms              R Documentation

_A_l_l_o_c_a_t_e _d_o_u_b_l_e _o_r _l_o_g_i_c_a_l _m_a_t_r_i_c_i_e_s

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

     Allocate double or logical matricies in one step without copying
     memory around.

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

     doubleMatrix(nrow = 0, ncol = 0)
     logicalMatrix(nrow = 0, ncol = 0)

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

    nrow: number of matrix rows

    ncol: number of matrix columns

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

     Matrix of double or logical values.

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

     Colin A. Smith, csmith@scripps.edu

