showDisplayOptions       package:GenomeGraphs       R Documentation

_P_r_i_n_t _s_t_a_n_d_a_r_d _d_i_s_p_l_a_y _o_p_t_i_o_n_s, _D_i_s_p_l_a_y_P_a_r_s _f_o_r _a_n _o_b_j_e_c_t _o_r _a _c_l_a_s_s

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

     Prints the available display options for a class or name of a
     class.

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

     showDisplayOptions(obj, ...)

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

     obj: Either an object of subclass gdObject or a character naming a
          class

     ...: ~~Describe '...' here~~ 

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

     Returns a DisplayPars object which is generally printed to the
     screen.

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

     showDisplayOptions("GenericArray")

