recdate {RSEIS}R Documentation

Rectify Date

Description

Rectify a date that may be out of wack.

Usage

recdate(jd, hr, mi, sec)
recdatel(X)

Arguments

jd Julian Day
hr hours
mi minutes
sec seconds
X list of date

Details

Returns date with correct numbers. So if number of seconds is greater than 60, will add in to minutes...

Value

jd Julian Day
hr hours
mi minutes
sec seconds

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

Examples


recdate(76, 23, 22, 2000)


[Package RSEIS version 1.1-0 Index]