# NOT RUN {
mtq <- mf_get_mtq()
mf_typo(mtq, "STATUS")
mtq[6, "STATUS"] <- NA
mf_typo(
x = mtq, var = "STATUS", pal = c("red", "blue", "yellow"), lwd = 1.1,
val_order = c("Prefecture", "Sub-prefecture", "Simple municipality"),
col_na = "green", border = "brown",
leg_pos = "bottomleft",
leg_title = "Status", leg_title_cex = 1.1,
leg_val_cex = 1, leg_no_data = "No data",
leg_frame = TRUE, add = FALSE
)
# }
Run the code above in your browser using DataLab