Skip to content

Instantly share code, notes, and snippets.

@rafapereirabr
rafapereirabr / bivariate_lisa.R
Last active February 4, 2023 19:09
Map of bivariate spatial correlation in R (bivariate LISA)
library(stringr)
library(spdep)
library(rgdal)
library(magrittr)
library(ggplot2)
library(sf)
#======================================================