SparseM-conversions package:Matrix R Documentation _S_p_a_r_s_e _M_a_t_r_i_x _C_o_e_r_c_i_o_n _f_r_o_m _a_n_d _t_o _t_h_o_s_e _f_r_o_m _p_a_c_k_a_g_e "_S_p_a_r_s_e_M" _D_e_s_c_r_i_p_t_i_o_n: Methods for coercion from and to sparse matrices from package 'SparseM' are provided here, for ease of porting functionality to the 'Matrix' package, and comparing functionality of the two packages. _M_e_t_h_o_d_s: _f_r_o_m = "_m_a_t_r_i_x._c_s_r", _t_o = "_d_g_R_M_a_t_r_i_x" ... _f_r_o_m = "_m_a_t_r_i_x._c_s_c", _t_o = "_d_g_C_M_a_t_r_i_x" ... _f_r_o_m = "_m_a_t_r_i_x._c_o_o", _t_o = "_d_g_T_M_a_t_r_i_x" ... _f_r_o_m = "_d_g_R_M_a_t_r_i_x", _t_o = "_m_a_t_r_i_x._c_s_r" ... _f_r_o_m = "_d_g_C_M_a_t_r_i_x", _t_o = "_m_a_t_r_i_x._c_s_c" ... _f_r_o_m = "_d_g_T_M_a_t_r_i_x", _t_o = "_m_a_t_r_i_x._c_o_o" ... _f_r_o_m = "_s_p_a_r_s_e_M_a_t_r_i_x", _t_o = "_m_a_t_r_i_x._c_s_r" ... _f_r_o_m = "_m_a_t_r_i_x._c_s_r", _t_o = "_d_g_C_M_a_t_r_i_x" ... _f_r_o_m = "_m_a_t_r_i_x._c_o_o", _t_o = "_d_g_C_M_a_t_r_i_x" ... _f_r_o_m = "_m_a_t_r_i_x._c_s_r", _t_o = "_M_a_t_r_i_x" ... _f_r_o_m = "_m_a_t_r_i_x._c_s_c", _t_o = "_M_a_t_r_i_x" ... _f_r_o_m = "_m_a_t_r_i_x._c_o_o", _t_o = "_M_a_t_r_i_x" ... _S_e_e _A_l_s_o: The documentation in package 'SparseM', such as 'SparseM.ontology', and one important class, 'matrix.csr'.