defaultSleighOptions           package:nws           R Documentation

_D_e_f_a_u_l_t _S_l_e_i_g_h _O_p_t_i_o_n_s _E_n_v_i_r_o_n_m_e_n_t

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

     This environment specifies the default options that are used when
     creating a new sleigh object.

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

     The default options can be modified by assigning new values to
     this environment.  Those new values will be used when constructing
     all new sleigh objects.  You can also define new entries, which
     can be used from custom launch functions.

     Note that the 'defaultSleighOptions' environment is used to check
     for illegal options to the sleigh initializer. Therefore, to allow
     new options to be passed to a custom launch function, you must
     first define a default value for that option in
     'defaultSleighOptions'.

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

     'sleigh'

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

     defaultSleighOptions$user

