Get the number of maximum neighbors of spatial weights
max_neighbors(gda_w)
The number of maximum neighbors of spatial weights
if (FALSE) { # \dontrun{
library(sf)
guerry_path <- system.file("extdata", "Guerry.shp", package = "rgeoda")
guerry <- st_read(guerry_path)
queen_w <- queen_weights(guerry)
max_neighbors(queen_w)
} # }