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