getPradaPar              package:prada              R Documentation

_S_e_t _a_n_d _q_u_e_r_y _g_l_o_b_a_l _p_a_r_a_m_e_t_e_r_s _f_o_r _f_u_n_c_t_i_o_n_s _i_n _t_h_e _p_r_a_d_a _p_a_c_k_a_g_e

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

     Set and query global parameters for functions in the prada package

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

     setPradaPars(pars)
     getPradaPar(parname)

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

    pars: Named list

 parname: Character string of length 1

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

     TBA

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

     For 'getPradaPar', the value of the list element with name
     'parname' of the global parameters list. The function
     'setPradaPars' is invoked for its side effect, which is assigning
     a value to the global parameters list. It returns the value
     invisible(NULL).

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

     Wolfgang Huber <URL: http://www.ebi.ac.uk/huber>

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

      setPradaPars(list(tomato=1, apple="two", pear=as.integer(3)))
      getPradaPar("pear")

