kyphosisprint            package:pinktoe            R Documentation

_E_x_a_m_p_l_e _s_t_a_t_e_p_r_i_n_t_f_n _f_o_r _t_h_e _p_i_n_k_t_o_e _f_u_n_c_t_i_o_n _a_r_i_s_i_n_g _f_r_o_m _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:

     This function is an example of the type of function that could be
     supplied to the 'stateprintfn' argument of the 'pinktoe' function.
     Given a 'yval' from 'z.kyphosis' tree (such as "present" or
     "absent") it produces perl code to call an appropriate perl
     function (it actually calls the present or absent perl functions
     that are defined by the 'requirelib' argument of 'pinktoe'
     function

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

     kyphosisprint(yval, file = "", append = FALSE)

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

    yval: A 'z.kyphosis' yval. This is either "present" or "absent" 

    file: Where to cat the output 

  append: Should be TRUE 

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

     As Description

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

     No value returned

_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:

     #
     # A quick example. The file here is specified as "" to cat to standard output
     #
     kyphosisprint("present")
     # &present;

