Names                  package:lme4                  R Documentation

_E_x_t_r_a_c_t _o_r _a_s_s_i_g_n _N_a_m_e_s

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

     Generic functions to extract or assign names of an object, usually
     an object of a class that inherits from the `pdMat' class.  This
     function is for back-compatibility only.

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

     Names(object, ...)
     Names(object) <- value

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

  object: An object with names - usually an object that inherits from
          the `pdMat' class.

   value: A character vector of the same length as `Names(object)'

     ...: Some methods for this generic function may use additional,
          optional arguments.

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

     The names assigned to `object'.

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

     Douglas Bates bates@stat.wisc.edu and Saikat DebRoy
     saikat@stat.wisc.edu

_S_e_e _A_l_s_o:

     `names', `names<-'

_E_x_a_m_p_l_e_s:

