lset                 package:lattice                 R Documentation

_I_n_t_e_r_f_a_c_e _t_o _m_o_d_i_f_y _T_r_e_l_l_i_s _S_e_t_t_i_n_g_s - _D_e_p_r_e_c_a_t_e_d

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

     A (hopefully) simpler alternative to 'trellis.par.get/set'.  This
     is deprecated, and the same functionality is now available with
     'trellis.par.set'

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

     lset(theme = col.whitebg())

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

   theme: a list decribing how to change the settings of the current
          active device. Valid components are those in the list
          returned by 'trellis.par.get()'. Each component must itself
          be a list, with one or more of the appropriate components
          (need not have all components). Changes are made to the
          settings for the currently active device only. 

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

     Deepayan Sarkar Deepayan.Sarkar@R-project.org

