mtq <- mf_get_mtq()
mf_map(mtq, expandBB = c(0, .1, .1, 0))
mf_graticule(mtq)
mf_graticule(
x = mtq,
col = "coral4",
lwd = 2,
lty = 2,
expandBB = c(.1, 0, 0, .1),
label = TRUE,
pos = c("right", "bottom"),
cex = .8,
add = FALSE
)
mf_map(mtq, add = TRUE)
Run the code above in your browser using DataLab