mf_title {mapsf} | R 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()
[Package mapsf version 0.11.0 Index]