mf_layout | R Documentation |
Plot a map layout (title, credits, scalebar, north arrow, frame).
This function uses mf_title
, mf_credits
,
mf_scale
and mf_arrow
with default values.
mf_layout(
title = "Map Title",
credits = "Authors & Sources",
scale = TRUE,
arrow = TRUE,
frame = FALSE
)
title |
title of the map |
credits |
credits |
scale |
display a scale bar |
arrow |
display an arrow |
frame |
display a frame |
No return value, a map layout is displayed.
mtq <- mf_get_mtq()
mf_map(mtq)
mf_layout()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.