hierarchical           package:clusterfly           R Documentation

_H_i_e_r_a_c_h_i_c_a_l _c_l_u_s_t_e_r_i_n_g

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

     Convenient methods for hierachical clustering

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

     hierarchical(df, method="complete", metric="euclidean", n=5)

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

      df: data frame

  method: method to use, see 'hclust'

  metric: distance metric to use, see 'dist'

       n: number of clusters to retrieve, see 'cut'

_D_e_t_a_i_l_s:

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

     Hadley Wickham <h.wickham@gmail.com>

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

