getPar                package:SNPchip                R Documentation

_A_d_d_s _g_r_a_p_h_i_c_a_l _p_a_r_a_m_e_t_e_r_s _f_o_r _p_l_o_t_t_i_n_g _S_N_P _d_a_t_a

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

     Not intended to be called directly. Adds graphical parameters for
     plotting SNP data to one of the graphical parameter classes (e.g.,
     'ParSnpSet', 'ParSnpCopyNumberSet', etc).

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

       getPar(object, ...)

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

  object: an object inheriting from 'ParESet'

     ...: additional arguments to 'par'

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

     Adds graphical parameters to an object inherited from class
     'ParESet' that depend on the data class object (an object
     inherited from class 'SnpLevelSet'). For instance, graphical
     parameters specifying the layout depend on the number of samples
     and chromosomes in the object 'snpset'

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

     An object of the same class as 'object'

_A_u_t_h_o_r(_s):

     R. Scharpf

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

     plotSnp

