fDatenum: Calculate serial date

Description Usage Arguments

View source: R/fDatenum.R

Description

Calculates serial dates using the same origin (0000-01-01) as MatLab.

Usage

1
fDatenum(YY, MM, DD, HH, MIN, SEC)

Arguments

YY

a numeric vector containing the 4-digit year.

MM

a numeric vector containing the month of the year (e.g. 3 = March, 12 = December).

DD

a numeric vector (1-31) containing the day of the month.

HH

a numeric vector (0-23) containing the hour in a 24-hr clock (e.g. 0 = 12 am, 23 = 11 pm).

MIN

a numeric vector (0-59) containing the minute in a 60-min hour.

SEC

a numeric vector (0-59) containing the second in a 60-sec minute


ksmiff33/FluxSynthU documentation built on Dec. 15, 2020, 10:29 p.m.