PlotStamp | R Documentation |
Add session information to an existing base plot: script name, date of plot creation, etc., placed in the upper right corner of the plot.
PlotStamp(script, add.info = NULL, incr = 0.01, cex = 0.75)
script |
character string with the name of the script used for creating the plot. |
add.info |
character string with additional information to be added (optional). |
incr |
numeric; fraction of the user coordinate range to use as incremental distance from the default position of the information text in the upper right corner of the plot region. |
cex |
the magnification to be used for the information text relative to
the current setting of |
Thomas Münch
plot(1 : 10, type = "l")
PlotStamp(script = "interactive",
add.info = "Illustrated usage of PlotStamp function")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.