Plot a map layout
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 mapcredits
: creditsscale
: display a scale bararrow
: display an arrowframe
: display a frameNo return value, a map layout is displayed.
mtq <- mf_get_mtq() mf_map(mtq) mf_layout()