plotparti                package:delt                R Documentation

_D_r_a_w_s _a _p_a_r_t_i_t_i_o_n

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

     Draws the partition calculated with function "partition".

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

     plotparti(pa, d1 = NULL, d2 = NULL, dendat = NULL, restri = NULL, 
     pch = 21, support = pa$support, col = "black")

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

      pa: partition; output of function "partition" 

      d1: integer 1,...,d; for the case the partition is a partition of
          a higher than 2 dimensional rectangle, "d1" is the first
          direction of the partition 

      d2: integer 1,...,d; for the case the partition is a partition of
          a higher than 2 dimensional rectangle, "d2" is the second
          direction of the partition 

  dendat: n*d data matrix; if given as an argument it will also be
          plotted 

  restri: internal 

     pch: symbol for plotting "dendat"; see function "points" 

 support: the bounds of the partition 

     col: color of the lines of the partition 

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

     A plot at the graphics window

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

     Jussi Klemelä

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

     'partition'

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

     dendat<-sim.data(n=200,seed=5,type="mulmodII")
     et<-densplit(dendat)

     pa<-partition(et)

     plotparti(pa)

