fromjul {RSEIS}R 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);


[Package RSEIS version 2.1-4 Index]