ctext | R Documentation |
This can be suitable for placing a label in a multi-panel figure. Note the automatic placement does not work when a plot is generated with logarithmic scales.
ctext(
label,
x = NULL,
y = NULL,
adj = NULL,
cex = NULL,
Rcss = "default",
Rcssclass = NULL,
...
)
label |
character, text for corner label |
x , y |
numeric, positions for manual placement |
adj |
numeric of length 2, argument adj for text |
cex |
numeric, argument cex for text |
Rcss |
style sheet object |
Rcssclass |
character, style class |
... |
additional argument, passed to text() |
plot(1:10, 1:10)
ctext("A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.