mf_frame | R Documentation |
Plot a frame around an existing map.
mf_frame(extent = "map", col, lwd = 1.5, lty = 1, ...)
extent |
type of frame, either 'map' or 'figure' |
col |
line color |
lwd |
line width |
lty |
line type |
... |
other arguments from |
No return value, a frame is displayed.
mtq <- mf_get_mtq()
mf_map(mtq)
mf_title()
mf_frame(extent = "map")
mf_map(mtq)
mf_title()
mf_frame(extent = "figure")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.