View source: R/tm_components.R
tm_title | R Documentation |
Map component that adds a title
tm_title(
text,
size,
color,
padding,
fontface,
fontfamily,
alpha,
stack,
just,
frame,
frame.lwd,
frame.r,
bg.color,
bg.alpha,
position,
width,
height,
group.frame,
resize_as_group,
z
)
tm_title_in(text, ..., position = tm_pos_in("left", "top"))
tm_title_out(text, ..., position = tm_pos_out("center", "top"))
text |
text |
size |
font size |
color |
font color |
padding |
padding |
fontface |
font face, bold, italic |
fontfamily |
font family |
alpha |
alpha transparency of the text |
stack |
stack with other map components, either |
just |
just |
frame |
frame |
frame.lwd |
frame line width |
frame.r |
Radius of the rounded frame corners. 0 means no rounding. |
bg.color |
Background color |
bg.alpha |
Background transparency |
position |
An object created with |
width , height |
width and height of the text box. |
group.frame |
group.frame |
resize_as_group |
resize_as_group |
z |
z |
... |
passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.