Rcal                 package:RBioinf                 R Documentation

_A _f_u_n_c_t_i_o_n _t_o _p_r_i_n_t _a _c_a_l_e_n_d_a_r.

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

     A function that prints the requested monthly calendar. The
     function relies on 'pipe' and the Unix routine 'cal'.

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

     Rcal(month, year)

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

   month: An optional argument, if supplied a number between 1 and 12. 

    year: An optional argument, if supplied a year. 

_D_e_t_a_i_l_s:

     By default this prints the calendar for the current month and
     year. Otherwise if a month and year are given and then the
     calendar for that month and year is printed.

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

     No value is returned.

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

     R. Gentleman

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

     'pipe'

_E_x_a_m_p_l_e_s:

       Rcal()
       Rcal(6, 1970)

