callplot-methods             package:xps             R Documentation

_B_a_r_p_l_o_t _o_f _P_e_r_c_e_n_t _P_r_e_s_e_n_t _a_n_d _A_b_s_e_n_t _C_a_l_l_s.

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

     Creates a barplot of percent Present/Marginal/Absent calls.

     _Usage_

     ' callplot(x, beside = TRUE, names = "namepart", col =
     c("red","green","blue"), legend = c("P","M","A"), ...) '

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

       x: object of class 'CallTreeSet'.

  beside: logical. If 'FALSE', the columns of height are portrayed as
          stacked bars, and if 'TRUE' the columns are portrayed as
          juxtaposed bars.

   names: optional vector of sample names.

     col: color for P/M/A bars

  legend: legend for the plot, defaults to P/M/A.

     ...: optional arguments to be passed to 'barplot'.

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

     Creates a barplot of percent Present/Marginal/Absent calls.

     For 'names=NULL' full column names of slot 'data' will be
     displayed while for  'names="namepart"' column names will be
     displayed without name extension. If 'names' is a vector of column
     names, only these columns will displayed as callplot.

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

     Christian Stratowa

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

     'pmplot'

