PlotStamp: Add plot session information

Description Usage Arguments Author(s) Examples

Description

Add session information to an existing plot: script name, date of plot creation, etc.

Usage

1
PlotStamp(script = "", add.info = NULL, incr = 0.01)

Arguments

script

the name of the plot creating script.

add.info

additional information to be added (optional).

incr

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.

Author(s)

Thomas Münch

Examples

1
2
3
plot(1 : 10, type = "l")
PlotStamp(script = "interactive",
          add.info = "Illustrated usage of PlotStamp function")

thomas-muench/tmlibr documentation built on May 26, 2019, 10:36 a.m.