banner              package:haplo.score              R Documentation

_P_r_i_n_t _a _n_i_c_e _b_a_n_n_e_r

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

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

     banner(str, banner.width=80, char.perline=60, border="=")

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

     str: character string - a title within the banner 

banner.width : width of banner 

char.perline : number of characters per line for the title 

  border: type of character for the border 

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

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

_S_i_d_e _E_f_f_e_c_t_s:

_R_e_f_e_r_e_n_c_e_s:

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

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

     banner("This is a pretty banner", banner.width=40, char.perline=30)

     # ========================================
     #          This is a pretty banner
     # ========================================

