nb {prabclus}R Documentation

Neighborhood list for Aegean islands

Description

List of neighboring islands for 34 Aegean islands.

Usage

data(nb)

Format

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

Details

Reads from example data file kyklneigh.txt.

Source

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

Examples

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)))

[Package prabclus version 2.0-1 Index]