add_credits:

Usage Examples

View source: R/add_credits.R

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function () 
{
    grid::grid.text(strftime(Sys.time(), "Plotted on: %Y.%m.%d %H:%M:%S%z"), 
        x = 0.99, y = 0.01, just = "right", gp = grid::gpar(fontsize = 8, 
            col = "#888888"))
  }

vlulla/vlutils documentation built on May 21, 2019, 12:35 a.m.