Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从空间多边形创建一个邻居列表。目前我正在使用该功能poly2nb,但不幸的是它不是很准确,并且一些没有共同点的多边形被认为是邻居。我试过改变snap论点,但没有运气。但是,我已经尝试了包中的功能gTouches,rgeos并且效果更好。唯一的问题是,它创建了一个list不能在spdep. 有没有办法将它转换为nb对象?
poly2nb
snap
gTouches
rgeos
list
spdep
nb
先感谢您!:)