mf_layout function

Plot a map layout

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 )

Arguments

  • title: title of the map
  • credits: credits
  • scale: display a scale bar
  • arrow: display an arrow
  • frame: display a frame

Returns

No return value, a map layout is displayed.

Examples

mtq <- mf_get_mtq() mf_map(mtq) mf_layout()
  • Maintainer: Timothée Giraud
  • License: GPL (>= 3)
  • Last published: 2024-10-22