# NOT RUN {
# load data
data("GrandParisMetropole")
# Multiscalar typology - Wealthiest territories
row.names(com) <- com$LIBCOM
synthesis <- mst(x = com, var1 = "INC", var2 = "TH", key = "EPT",
order = 1, threshold = 125, superior = TRUE)
# Territories avbove 125% for the 3 deviations
synthesis[synthesis$mst == 7, ]
# Multiscalar typology - Poorest territories
synthesis <- mst (x = com, var1 = "INC", var2 = "TH", key = "EPT",
order = 1, threshold = 75, superior = FALSE)
# Territories below 75 % for the three deviations
synthesis[synthesis$mst == 7, ]
# }
Run the code above in your browser using DataLab