TitleRect | R Documentation |
The function can be used to add a title to a plot surrounded by a rectangular box. This is useful for plotting several plots in narrow distances.
TitleRect(label, bg = "grey", border = 1, col = "black", xjust = 0.5,
line = 2, ...)
label |
the main title |
bg |
the background color of the box. |
border |
the border color of the box |
col |
the font color of the title |
xjust |
the x-justification of the text. This can be |
line |
on which MARgin line, starting at 0 counting outwards |
... |
the dots are passed to the |
nothing is returned
Andri Signorell <andri@signorell.net>
title
plot(pressure)
TitleRect("pressure")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.