powered by
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, ... )
character, text for corner label
numeric, positions for manual placement
numeric of length 2, argument adj for text
numeric, argument cex for text
style sheet object
character, style class
additional argument, passed to text()
# NOT RUN { plot(1:10, 1:10) ctext("A") # }
Run the code above in your browser using DataLab