powered by
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.
numeric(0)
Reads from example data file nb.dat.
nb.dat
data(nb) # 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