arrowProgress              package:maDB              R Documentation

_P_r_o_g_r_e_s_s _b_a_r _w_i_t_h _a_n _a_r_r_o_w

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

     'progress' displays a simple progress bar with an arrow.

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

     arrowProgress(percent,steps=20,label=TRUE)

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

 percent: The progress of an action in percent.

   steps: The number of steps of the progress bar. Setting the steps to
          20 means that each 5 percent to progress bar increases.

   label: if the actual percentage should be written as a number too.

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

     This function can be used to display the progress of functions
     that may take long time.

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

     Johannes Rainer

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

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

     'progress'

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

     arrowProgress(percent=70,steps=40)

