partytittext             package:pinktoe             R Documentation

_R_e_t_u_r_n_s _t_h_e _v_a_r_i_a_b_l_e _l_a_b_e_l

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

     For the EDM example the title text for each node is simply the EDM
     number which gets supplied as a character argument. So it just
     gets returned to be used as a title (for the eventual HTML page).
     Of course, one could modify this function to do something more
     complicated.

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

     partytittext(v)

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

       v: A character string describing the variable under
          consideration, like "EDM29", etc

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

     Just returns the variable name which is good enough for a title in
     this situation.

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

     Returns its argument, the variable name.

_N_o_t_e:

     Not intended for general user use

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

     Guy P Nason

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

     <URL:
     http://www.stats.bris.ac.uk/~magpn/Research/Pinktoe/Welcome.html>

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

     'pinktoe'

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

     #
     # Try it with the "EDM29" variable name
     #
     partytittext("EDM29")
     # [1] "EDM29"

