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")

