yearDays                package:Hmisc                R Documentation

_G_e_t _N_u_m_b_e_r _o_f _D_a_y_s _i_n _Y_e_a_r _o_r _M_o_n_t_h

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

     Returns the number of days in a specific year or month.

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

     yearDays(time)

     monthDays(time)

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

    time: A POSIXt or Date object describing the month or year in
          question. 

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

     Charles Dupont

_S_e_e _A_l_s_o:

     'POSIXt', 'Date'

