drawVennDiagram           package:ABarray           R Documentation

_D_r_a_w _V_e_n_n _D_i_a_g_r_a_m

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

     Drawing actual Venn diagram

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

     drawVennDiagram(object, names, mar = rep(1, 4), cex = 1.5, ...)

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

  object: VennCounts object produced by 'VennCounts', which is numeric
          matrix with last column "Counts" giving counts for each
          possible vector outcome 

   names: optional character vector giving names for the sets 

     mar: numeric vector of length 4 specifying the width of the
          margins around the plot. This argument is passed to par. 

     cex: numerical value giving the amount by which the contrast names
          should be scaled on the plot relative to the default.plotting
          text. See par. 

     ...: any other arguments are passed to plot 

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

     a plot of Venn Diagram

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

     Yongming Sun

_R_e_f_e_r_e_n_c_e_s:

     Bioconductor Limma package

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

     ##---- Do not call this function directly !! ----

