powered by
read.gal(file, row.names=NULL)
region.id
seq(1, nrow(x))
nb
summary.nb
data(columbus) data(columbus) GALfile <- tempfile("GAL") write.nb.gal(col.gal.nb, GALfile) col.queen <- read.gal(GALfile) unlink(GALfile) summary(diffnb(col.queen, col.gal.nb))
Run the code above in your browser using DataLab