library(datzen)
library(spdep); example(columbus)
names(columbus)
x_features = as.data.frame(columbus[,c("AREA","HOVAL","CRIME","OPEN")])
coord_nb = save_coord_nb(foo_spdf=columbus)
out = moran_op(x_features,coord_nb)
str(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.