PCfiledatetime: Create a character string from a date

Description Usage Arguments Value Author(s) Examples

Description

Create a character string from a date for naming unique output files.

Usage

1
PCfiledatetime(orgtim, tims)

Arguments

orgtim

time vector of length 5: c(yr, jd, hr, mi, sec)

tims

seconds to add to orgtim

Value

filename

character string

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
library(RSEIS)
data(GH)

g1 = getGHtime(GH)
g2 = unlist(g1)

PCfiledatetime(g2, 1)


## End(Not run)

Rquake documentation built on Dec. 16, 2020, 5:06 p.m.