lastC               package:agricolae               R Documentation

_S_e_t_t_i_n_g _t_h_e _l_a_s_t _c_h_a_r_a_c_t_e_r _o_f _a _c_h_a_i_n

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

     A special function for the group of treatments in the multiple
     comparison tests.  Use order.group.

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

     lastC(x)

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

       x: letters 

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

      x : character

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

     Felipe de Mendiburu

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

     'order.group '

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

     library(agricolae)
     x<-c("a","ab","b","c","cd")
     lastC(x)
     # "a" "b" "b" "c" "d"

