typeOfClass               package:R.oo               R Documentation

_G_e_t_s _t_h_e _t_y_p_e _o_f _a _c_l_a_s_s (_S_3 _o_r _S_4)

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

     Gets the type of a class (S3 or S4).

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

     ## Default S3 method:
     typeOfClass(object, ...)

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

  object: The object to be checks.

     ...: Not used.

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

     Returns a 'character' string '"S3"', '"S3-Object"' or '"S4"', or
     'NA' if neither.

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

