kyphosistittext           package:pinktoe           R Documentation

_A_n _e_x_a_m_p_l_e _o_f _a _t_i_t_t_e_x_t _f_u_n_c_t_i_o_n _f_o_r _t_h_e _p_i_n_k_t_o_e _f_u_n_c_t_i_o_n _w_i_t_h _t_h_e _k_y_p_h_o_s_i_s _e_x_a_m_p_l_e.

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

     Returns a character string in response to a variable. Serves as an
     example 'tittext' function for the 'pinktoe' function.

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

     kyphosistittext(label)

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

   label: A variable label. Could be "Start", "Age", "Number".

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

     This is an example function that could be supplied as the
     'tittext' argument for the 'pinktoe' function. All this function
     does is return a particular character string in response to a text
     string argument (which is supplied by the calling function as the
     variable from the tree in question).  The returned character
     string is used as the title for the associated web page that gets
     produced for each HTML file produced by 'pinktoe'.

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

     A character string containing the response text.

_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 out with the variable name "Start"
     #
     kyphosistittext("Start")
     #[1] "Variable: Start"

