Learn R Programming

RSEIS (version 4.2-4)

fromjul: given julian day and year get month/day

Description

given julian day and year get month/day

Usage

fromjul(jul, yy)

Value

list(mo=mm, dom=dd)

Arguments

jul

Julian Day

yy

year

Author

Jonathan M. Lees<jonathan.lees.edu>

See Also

tojul

Examples

Run this code

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


Run the code above in your browser using DataLab