<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>knn2nb</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Dear list members,<BR>
<BR>
I want to plot a neighbours list of class nb. I thought that the plot would show 8 neighbour lines. But this is not the case for my plot. Did I do something wrong?<BR>
<BR>
col.knn2nb<-knn2nb(knearneigh(coords, k=8, longlat=F))<BR>
<BR>
plot(coords, border="grey")<BR>
plot(col.knn2nb, coords, xlim=NULL, ylim=NULL, add=TRUE)<BR>
<BR>
Thanks in advance<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>