scores.neig returns the eigenvectors of neighbouring,
orthonormalized scores (null average, unit variance 1/n and null covariances) of maximal autocorrelation.
nb2neig returns an object of class neig using an object of class nb in the library 'spdep'
neig2nb returns an object of class nb using an object of class neig
neig2mat returns the incidence matrix between edges (1 = neighbour ; 0 = no neighbour)
neig.util.GtoL and neig.util.LtoG are utilities.
neig(list =NULL, mat01 =NULL, edges =NULL, n.line =NULL, n.circle =NULL, area =NULL)scores.neig (obj)## S3 method for class 'neig'print(x,...)## S3 method for class 'neig'summary(object,...)nb2neig (nb)neig2nb (neig)neig2mat (neig)
Arguments
list: a list which each component gives the number of neighbours
mat01: a symmetric square matrix of 0-1 values
edges: a matrix of 2 columns with integer values giving a list of edges
n.line: the number of points for a linear plot
n.circle: the number of points for a circular plot
area: a data frame containing a polygon set (see area.plot )
nb: an object of class 'nb'
neig, x, obj, object: an object of class 'neig'
...: further arguments passed to or from other methods
References
Thioulouse, J., D. Chessel, and S. Champely. 1995. Multivariate analysis of spatial patterns: a unified approach to local and global structures. Environmental and Ecological Statistics, 2 , 1--14.