names                 package:FLCore                 R Documentation

_M_e_t_h_o_d _n_a_m_e_s

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

     The 'names' method returns the names of the dimnames of an object.
     For some classes, the names attribute can be modified directly
     using names<-.

_G_e_n_e_r_i_c _f_u_n_c_t_i_o_n:

     names(x)  names<-(x, value)

_M_e_t_h_o_d_s:


      _s_i_g_n_a_t_u_r_e(_x=_F_L_Q_u_a_n_t) : Returns the names of the dimnames of x

      _s_i_g_n_a_t_u_r_e(_x=_F_L_P_a_r) : Returns the names of the dimnames of x

      _s_i_g_n_a_t_u_r_e(_x=_F_L_l_s_t) : Returns the names of the elements of x

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

     The FLR Team

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

     names

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

     data(ple4)
     names(catch.n(ple4))

