

labels {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.

_U_s_a_g_e_:

     labels(object, ...)
     labels.default(object, ...)
     labels.terms(object, ...)
     labels.lm(object, ...)

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

  object: Any R object: the function is generic.

_V_a_l_u_e_:

     A character vector or list of such vectors. For a vec-
     tor the results is the names or `seq(along=x)', for a
     data frame or array it is the dimnames (with `NULL'
     expanded to `seq(len=d[i])'), for a `terms' object it
     is the term labels and for an `lm' object it is the
     term labels for estimable terms.

_A_u_t_h_o_r_(_s_)_:

     B.D. Ripley

