Plot a title
mf_title(txt = "Map Title", pos, tab, bg, fg, cex, line, font, inner)
txt
: title textpos
: position, one of 'left', 'center', 'right'tab
: if TRUE the title is displayed as a 'tab'bg
: background of the titlefg
: foreground of the titlecex
: cex of the titleline
: number of lines used for the titlefont
: font of the titleinner
: if TRUE the title is displayed inside the plot area.No return value, a title is displayed.
mtq <- mf_get_mtq() mf_map(mtq) mf_title()