Learn R Programming

RSEIS (version 3.3-3)

fromjul: 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)

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