R/getjul.R

Defines functions `getjul`

`getjul` <-
function(year, month, day)
{
	jstart = tojul(year, 1, 1);
   
	jul = tojul(year, month, day)-jstart+1;
   
       return(jul)

}

Try the RSEIS package in your browser

Any scripts or data that you put into this service are public.

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