Learn R Programming

prabclus (version 2.0-2)

nb: Neighborhood list for Aegean islands

Description

List of neighboring islands for 34 Aegean islands.

Usage

data(nb)

Arguments

format

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

source

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

Details

Reads from example data file kyklneigh.txt.

Examples

Run this code
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)))

Run the code above in your browser using DataLab