replValue-class package:Matrix R Documentation _V_i_r_t_u_a_l _C_l_a_s_s "_r_e_p_l_V_a_l_u_e" - _S_i_m_p_l_e _C_l_a_s_s _f_o_r _s_u_b_a_s_s_i_g_n_m_e_n_t _V_a_l_u_e_s _D_e_s_c_r_i_p_t_i_o_n: The class '"replValue"' is a virtual class used for values in signatures for sub-assignment of '"Matrix"' matrices. In fact, it is a simple class union ('setClassUnion') of '"numeric"' and '"logical"' (and maybe '"complex"' in the future). _O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s: Since it is a virtual Class, no objects may be created from it. _S_e_e _A_l_s_o: 'Subassign-methods', also for examples. _E_x_a_m_p_l_e_s: showClass("replValue")