nb {prabclus} | R Documentation |
List of neighboring islands for 34 Aegean islands.
data(nb)
List with 34 components, all being vetors of integers (or
numeric(0)
in case of no neighbors) indicating the neighboring
islands.
Reads from example data file kyklneigh.txt
.
Hausdorf, B. and Hennig, C. (2002) Biogeographical tests of the Importance of Vicariance in the Diversification of Mediterranean Land Snails. Submitted.
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)))