mf_title function

Plot a title

Plot a title

mf_title(txt = "Map Title", pos, tab, bg, fg, cex, line, font, inner)

Arguments

  • txt: title text
  • pos: position, one of 'left', 'center', 'right'
  • tab: if TRUE the title is displayed as a 'tab'
  • bg: background of the title
  • fg: foreground of the title
  • cex: cex of the title
  • line: number of lines used for the title
  • font: font of the title
  • inner: if TRUE the title is displayed inside the plot area.

Returns

No return value, a title is displayed.

Examples

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