nb                 package:prabclus                 R Documentation

_N_e_i_g_h_b_o_r_h_o_o_d _l_i_s_t _f_o_r _A_e_g_e_a_n _i_s_l_a_n_d_s

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

     List of neighboring islands for 34 Aegean islands.

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

     data(nb)

_F_o_r_m_a_t:

     List with 34 components, all being vetors of integers (or
     'numeric(0)' in case of no neighbors) indicating the neighboring
     islands.

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

     Reads from example data file 'kyklneigh.txt'.

_S_o_u_r_c_e:

     Hausdorf, B. and Hennig, C. (2002) Biogeographical tests of the
     Importance of Vicariance in the Diversification of Mediterranean
     Land Snails. Submitted.

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

     data(nb)
     # Note: If you do not use the installed package, replace this by
     # nb <- list()
     # for (i in 1:34)
     #   nb <- c(nb,list(scan(file="(path/)nb.dat",
     #                   skip=i-1,nlines=1)))

