draw               package:wavethresh               R Documentation

_D_r_a_w _W_a_v_e_l_e_t_s - _G_e_n_e_r_i_c _f_u_n_c_t_i_o_n

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

     Draw a picture of a wavelet.  This is a generic function. There
     are methods for 1D and 2D wavelets, see below.

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

     draw(x, ...)

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

       x: an R object.

     ...: methods may have additional arguments. In addition, the
          high-level graphics control arguments described under 'par'
          and the arguments to 'title' may be supplied to this
          function. 

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

     a plot is created on the current graphics device.

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

     'draw.default', 'draw.wd', 'draw.imwd','draw.imwdc' for examples
     and 'wd.object' for background.

