pstamp                 package:Hmisc                 R Documentation

_D_a_t_e/_T_i_m_e/_D_i_r_e_c_t_o_r_y _S_t_a_m_p _t_h_e _C_u_r_r_e_n_t _P_l_o_t

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

     Date-time stamp the current plot in the extreme lower right
     corner. Optionally add the current working directory and arbitrary
     other text to the stamp.

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

     pstamp(txt, pwd = FALSE, time. = TRUE)

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

     txt: an optional single text string

     pwd: set to 'TRUE' to add the current working directory name to
          the stamp

   time.: set to 'FALSE' to use the date without the time

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

     Certain functions are not supported for S-Plus under Windows.  For
     R, results may not be satisfactory if 'par(mfrow=)' is in effect.

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

     Frank Harrell

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

     plot(1:20)
     pstamp(pwd=TRUE, time=FALSE)

