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.