Get LISA values
Get the local spatial autocorrelation values returned from LISA computation
lisa_values(gda_lisa)
gda_lisa
: An instance of LISA objectA numeric vector of local spatial autocorrelation
## Not run: library(sf) guerry_path <- system.file("extdata", "Guerry.shp", package = "rgeoda") guerry <- st_read(guerry_path) queen_w <- queen_weights(guerry) lisa <- local_moran(queen_w, guerry["Crm_prs"]) lms <- lisa_values(lisa) lms ## End(Not run)
Useful links