Skip to content

construct neighbor list from polygon list with user defined distance thresholds, as found in GeoDa?

4 messages · Debarchana Ghosh, Roger Bivand, Takatsugu Kobayashi

#
On Fri, 11 Jan 2008, Debarchana Ghosh wrote:

            
Looking at the HTML help for the package ought to get you there, 
alternatively scrolling through help(package=spdep)

RSiteSearch("distance neighbours, restrict=c("functions", "docs")")

gets you there first hit (please recall that the spdep author tries to use 
conservative British English - hence neighbour, randomisation, etc.). 
Other spellings can be abbreviated:

RSiteSearch("distance neigh*", restrict=c("functions"))

gets 7th hit to:

?dnearneigh, that is.

If you need alternatives that are not in spdep (such as mean spanning 
tree), look at packages like ade4 (see the search results for ideas).

Roger

  
    
1 day later
#
?dnearneigh in spdep package is the one I can think of.

Taka
Debarchana Ghosh wrote:
#
Also, look at this thread: 
https://stat.ethz.ch/pipermail/r-sig-geo/2005-July/000502.html
Debarchana Ghosh wrote: