fromjul                 package:Rsac                 R Documentation

_J_U_L_I_A_N _D_A_Y _C_O_N_V_E_R_S_I_O_N _F_U_N_C_T_I_O_N_S

_D_e_s_c_r_i_p_t_i_o_n:

     Converts to and from Julian days.

_U_s_a_g_e:

     fromjul(jul, yy)
     tojul(year, month, day)
     getmoday(jul, iyear)

_A_r_g_u_m_e_n_t_s:

     jul: julian day.

yy, year, iyear, month, day: Calendar year, month, and day.

_V_a_l_u_e:

     a list containing the date values. The specific elements of the
     list are: 

      mo: month.

     dom: day of month.

     jul: Julian day.

_A_u_t_h_o_r(_s):

     Jonathan M. Lees <jonathan.lees@unc.edu>

