mf_title: Plot a title

View source: R/mf_title.R

mf_titleR Documentation

Plot a title

Description

Plot a title

Usage

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.

Value

No return value, a title is displayed.

Examples

mtq <- mf_get_mtq()
mf_map(mtq)
mf_title()

mapsf documentation built on Nov. 21, 2023, 5:09 p.m.