labels                 package:base                 R Documentation

_F_i_n_d _L_a_b_e_l_s _f_r_o_m _O_b_j_e_c_t

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

     Find a suitable set of labels from an object for use in printing
     or plotting, for example.  A generic function.

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

     labels(object, ...)

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

  object: Any R object: the function is generic.

     ...: further arguments passed to or from other methods.

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

     A character vector or list of such vectors. For a vector the
     results is the names or 'seq(along=x)' and  for a data frame or
     array it is the dimnames (with 'NULL' expanded to 'seq(len=d[i])'.

_R_e_f_e_r_e_n_c_e_s:

     Chambers, J. M. and Hastie, T. J. (1992) _Statistical Models in
     S._ Wadsworth & Brooks/Cole.

