draw               package:wavethresh               R Documentation

_D_r_a_w _w_a_v_e_l_e_t_s _o_r _s_c_a_l_i_n_g _f_u_n_c_t_i_o_n_s.

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

     Draws the mother wavelet or scaling function associated with an
     object. 

     This function is generic. 

     Particular methods exist. The following functions are used for the
     following objects: 

_i_m_w_d._o_b_j_e_c_t the 'draw.imwd' function is used.

_i_m_w_d_c._o_b_j_e_c_t the 'draw.imwdc' function is used.

_w_d._o_b_j_e_c_t the 'draw.wd' function is used.

_w_p._o_b_j_e_c_t the 'draw.wp' function is used.

_w_s_t._o_b_j_e_c_t the 'draw.wst' function is used.

     All of the above method functions use the 'draw.default' function
     which is the function which actually does the drawing.

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

     draw(...)

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

     ...: methods may have additional arguments

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

     See individual method help pages for operation and examples.

_V_a_l_u_e:

     If the 'plot.it' argument is supplied then the draw functions tend
     to return the coordinates of what they were meant to draw and
     don't actually draw anything.

_R_E_L_E_A_S_E:

     Version 2 Copyright Guy Nason 1993

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

     'draw.default', 'draw.imwd', 'draw.imwdc', 'draw.wd', 'draw.wp',
     'draw.wst', 'imwd.object', 'imwdc.object', 'wd.object',
     'wp.object', 'wst.object'.

