fromjul: given julian day and year get month/day

fromjulR Documentation

given julian day and year get month/day

Description

given julian day and year get month/day

Usage

fromjul(jul, yy)

Arguments

jul

Julian Day

yy

year

Value

list(mo=mm, dom=dd)

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

tojul

Examples


iyear <- 2001
 jul <- 233
inine <-   tojul(iyear,1,1);
ijul <-    inine + jul - 1;
fromjul( ijul, iyear);



RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.