graph.par               package:graph               R Documentation

_G_r_a_p_h_i_c_a_l _p_a_r_a_m_e_t_e_r_s _a_n_d _o_t_h_e_r _s_e_t_t_i_n_g_s

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

     Functions providing an interface to persistent graphical
     parameters and other settings used in the package.

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

     graph.par(...)
     graph.par.get(name)

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

     ...: either character strings naming parameters whose values are
          to be retrieved, or named arguments giving values that are to
          be set. 

    name: character string, giving a valid parameter name. 

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

     'graph.par' works sort of like 'par', but the details are yet to
     be decided.

     'graph.par.get(name)' is equivalent to 'graph.par(name)[[1]]'

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

     In query mode, when no parameters are being set, 'graph.par'
     returns a list containing the current values of the requested
     parameters.  When called with no arguments, it returns a list with
     all parameters.  When a parameter is set, the return value is a
     list containing previous values of these parameters.

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

     Deepayan Sarkar, deepayan.sarkar@r-project.org

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

     'par'

