Description Usage Arguments Examples
This function should be run following a plot. It will add a transparent text label to act as a watermark.
1 2 3 4 5 6 7 8 9 10 11  | 
text | 
 a character vector specifying the text to be written  | 
location | 
 an optional character vector specifying the location for the text to be plotted  | 
x | 
 optional x co-ordinate to be used to position the text  | 
y | 
 optional y co-ordinate to be used to position the text  | 
col | 
 the colour of the text to be plotted. Defaults to black.  | 
alpha | 
 the transparency (0=translucent and 1=opaque) of the text to be plotted. Defaults to 0.5.  | 
srt | 
 the number of degrees from horizontal to set the angle of the text  | 
cex | 
 numeric character expansion factor. By default, text will be stretched to fit plotting window.  | 
... | 
 additional arguments to be passed to the   | 
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.