Default values for mf_title() arguments are set with the map theme
(see mf_theme).
Arguments
- txt
title text
- pos
position, one of 'left', 'center', 'right'
- tab
if TRUE the title is displayed as a tab
- bg
background color of the title, hex code or color name given by colors
- fg
foreground color of the title, hex code or color name given by colors
- cex
size of the title
- line
number of margin lines used for the title
- font
font of the title
- inner
if TRUE the title is displayed inside the plot area; if FALSE the title is displayed in the top margin
if TRUE the title is displayed as a banner
Examples
mtq <- mf_get_mtq()
mf_map(mtq)
mf_title()
