mf_frame {mapsf} | R Documentation |
Plot a frame
Description
Plot a frame around an existing map.
Usage
mf_frame(extent = "map", col, lwd = 1.5, lty = 1, ...)
Arguments
extent |
type of frame, either 'map' or 'figure' |
col |
line color |
lwd |
line width |
lty |
line type |
... |
other arguments from |
Value
No return value, a frame is displayed.
Examples
mtq <- mf_get_mtq()
mf_map(mtq)
mf_title()
mf_frame(extent = "map")
mf_map(mtq)
mf_title()
mf_frame(extent = "figure")
[Package mapsf version 1.0.0 Index]