lset                 package:lattice                 R Documentation

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

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

     These functions are simple interfaces to do some of the more
     common tasks that can be achieved by `trellis.par.get/set'. These
     are NOT S-compatible

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

     lset(theme = c("col.bg", "white.bg", "bw"), file)
     lset.textfont(xlab, ylab, main, sub, add)
     lset.textcol(xlab, ylab, main, sub, add)
     lset.textcex(xlab, ylab, main, sub, add)

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

    file: the name of a file that will be `source()'d. 

   theme: a character string specifying the name of a predefined
          `theme'. This is at a very early stage of development, and
          not many interesting themes are available yet. 

xlab, ylab, main, sub, add: intended replacement values for respective
          components of `trellis.settings' 

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

     These functions are meant to be interfaces to `trellis.settings'.
     `lset' deals with the whole list of settings. `lset.text*'
     modifies components of the various text components. More similar
     functions should come later.

     `lset' implements a concept of `themes' in Lattice. Themes are
     predefined values of `trellis.settings' that modify the overall
     look. The only current theme significantly different from the
     defaults is the `"white.bg"' theme, which hopefully

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

     Deepayan Sarkar deepayan@stat.wisc.edu

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

     `trellis.settings', `Lattice'

