Plotboxes               package:Icens               R Documentation

_P_l_o_t _t_h_e _e_v_e_n_t _t_i_m_e _r_e_g_i_o_n_s _f_o_r _b_i_v_a_r_i_a_t_e _d_a_t_a.

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

     Plot rectangles described by the interval given in the first two
     arguments.

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

     Plotboxes(int1, int2, textp=FALSE, showmac=FALSE, showsupp=FALSE, showmp=FALSE,
     cliques=NULL, macprod=NULL, density=c(2, 8, 20), col=c(2, 3, 4),
     offsetx=0.02, offsety=0.03) 

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

    int1: The intervals for the x dimension. 

    int2: The intervals for the y dimension. 

   textp: 

 showmac: Boolean, if true then the maximal cliques are shown in a
          different colour? 

showsupp: 

  showmp: 

 cliques: 

 macprod: 

 density: 

     col: 

 offsetx: 

 offsety: 

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

     No value is returned. The event rectangles are plotted on the
     active graphics device.

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

     A. Vandal and R. Gentleman

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

     _Graph-Theoretical Aspects of Bivariate Censored Data_, R.
     Gentleman and A. Vandal, 1999, submitted.

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

     'BVclmat', '\ling{BVsupport}', 'BVcliques'

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

        data(cmv)
        Plotboxes(cmv[,1:2], cmv[,3:4], showmac=TRUE)

