Skip to content
Prev 10487 / 29559 Next

spatial clusters

On Wed, 22 Dec 2010, dorina.lazar wrote:

            
If I understand the approach used in SKATER correctly, there may only be 
one graph component, linking all the observations; check with:

n.comp.nb(nb)$nc

which I think must be 1. Otherwise it will not be able to divide the 
(single) graph into clusters, because the input object imposes its own 
subgraphs. Make sure that your samples meet the condition that:

n.comp.nb(nb)$nc == 1

Roger