

wvrelease(wavethresh)                        R Documentation

_I_d_e_n_t_i_f_y _v_e_r_s_i_o_n _o_f _w_a_v_e_l_e_t _s_o_f_t_w_a_r_e_.

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

     Prints a message identifying the version of the wavelet
     software.

_U_s_a_g_e_:

     wvrelease()

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

     When attaching the wavelet software directory to your
     own data directory it is useful to put a "wvrelease()"
     function call just after the attach. This ensures that
     you have attached to the correct directory and that you
     are using the most up to date software.  (This function
     is mainly useful to those of you that have received
     earlier versions of this software).

_V_a_l_u_e_:

     a list list with components

   major: the major release number

 R.minor: the R port version (of the major release)

_S_i_d_e _E_f_f_e_c_t_s_:

     Prints a message identifying the version of the wavelet
     software.

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

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

     str(r <- wvrelease())

