View source: R/clusterQuadrant.R
clusterQuadrant | R Documentation |
This function is used by plot.lisaPerm to assign spatial units to a significant cluster based on the value of the Local Moran Statistic and standardized scores of the Local Moran Statistic.
clusterQuadrant(lmoran,signif=.05)
lmoran |
An object of class |
signif |
Significance threshold for the p-values |
This is an internal function used by plot.lisaPerm
Osmar Leandro Loaiza Quintero
lisa.perm, bilisa.perm, plot.lisaPerm
data(usinc, package='spdyn')
require(spdep)
lw<-nb2listw(
poly2nb(usinc,queen=TRUE),style='W'
)
mylisa <- lisa.perm(usinc$X2009,listw=lw)
clusterQuadrant(mylisa)
my_bilisa <- bilisa.perm(x=usinc$X1929, y=usinc$X2009, listw=lw)
clusterQuadrant(my_bilisa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.