R/unimoran.R

Defines functions unimoran

Documented in unimoran

# Función para calcular moran univariado
unimoran <- function(x,listw,CENT=mean,DESV=sd) {
  bimoran(x,x,listw,CENT=CENT,DESV=DESV)
}

Try the spdyn package in your browser

Any scripts or data that you put into this service are public.

spdyn documentation built on Oct. 28, 2024, 3 p.m.