listdist-methods         package:pairseqsim         R Documentation

_C_o_m_p_u_t_e _d_i_s_t_a_n_c_e _m_a_t_r_i_x _f_r_o_m _a _l_i_s_t

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

     Compute distance matrix from list. Internal use.

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

  object: object of class 'list'

     FUN: Function to apply to list entries

    diag: default 'FALSE'

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

     Returns an object of class 'dist'.

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


     _o_b_j_e_c_t = "_l_i_s_t" Compute distance matrix from a list.

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

     Witold E. Wolski

