drawGD             package:GenomeGraphs             R Documentation

_G_e_n_e_r_i_c _c_a_l_l_e_d _o_n _e_a_c_h _g_d_O_b_j_e_c_t _t_o _d_o _t_h_e _p_l_o_t_t_i_n_g.

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

     This generic gets called on each of the gdObjects (obviously the
     generic is implemented by a method for each object) and thus if a
     user wishes to implement new gdObjects they need to have access to
     this generic.

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

     drawGD(gdObject, minBase, maxBase, vpPosition, ...)

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

gdObject: 

 minBase: 

 maxBase: 

vpPosition: 

     ...: Ignored

