ProcesSet-class             package:xps             R Documentation

_C_l_a_s_s _P_r_o_c_e_s_S_e_t

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

     This class provides access to class 'SchemeTreeSet' for the
     derived  classes 'DataTreeSet', 'ExprTreeSet' and 'CallTreeSet'. 
     It extends class 'TreeSet'.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Usually, no objects are created from it.

_S_l_o_t_s:


     '_s_c_h_e_m_e': Object of class '"SchemeTreeSet"' providing access to 
          'ROOT' scheme file.

     '_d_a_t_a': Object of class '"data.frame"'. The data.frame can contain
           the data stored in 'ROOT' data trees.

     '_p_a_r_a_m_s': Object of class '"list"' representing relevant
          parameters.

     '_s_e_t_n_a_m_e': Object of class '"character"' representing the name to
          the 'ROOT' file subdirectoy where the 'ROOT' trees are
          stored, usually one of DataTreeSet, PreprocesSet,
          CallTreeSet.

     '_s_e_t_t_y_p_e': Object of class '"character"' describing the type of
          treeset stored in 'setname', usually one of rawdata,
          preprocess.

     '_r_o_o_t_f_i_l_e': Object of class '"character"' representing the name 
          of the 'ROOT' file, including full path.

     '_f_i_l_e_d_i_r': Object of class '"character"' describing the full path
          to the system directory where 'rootfile' is stored.

     '_n_u_m_t_r_e_e_s': Object of class '"numeric"' representing the number of
           'ROOT' trees stored in subdirectoy 'setname'.

     '_t_r_e_e_n_a_m_e_s': Object of class '"list"' representing the names of
          the  'ROOT' trees stored in subdirectoy 'setname'.

_E_x_t_e_n_d_s:

     Class '"TreeSet"', directly.

_M_e_t_h_o_d_s:


     _b_o_x_p_l_o_t 'signature(x = "ProcesSet")': creates a 'boxplot' of the
          data from data.frame 'data'.

     _c_h_i_p_N_a_m_e 'signature(object = "ProcesSet")': extracts slot
          'chipname'  from slot 'scheme'.

     _c_h_i_p_T_y_p_e 'signature(object = "ProcesSet")':  extracts slot
          'chiptype'  from slot 'scheme'.

     _e_x_p_o_r_t 'signature(object = "ProcesSet")': exports 'ROOT' trees  as
          text file, see 'export-methods'.

     _g_e_t_T_r_e_e_D_a_t_a 'signature(object = "ProcesSet")': exports tree data
          from 'ROOT'  file 'rootfile', and saves as data.frame 'data'.

     _h_i_s_t 'signature(x = "ProcesSet")': creates a plot showing the
          histograms  for data.frame 'data'.

     _m_b_o_x_p_l_o_t 'signature(x = "ProcesSet")': creates an M-boxplot of the
          data from data.frame 'data'.

     _s_c_h_e_m_e_F_i_l_e 'signature(object = "ProcesSet")': extracts the 'ROOT' 
           scheme file from slot 'scheme'.

     _s_c_h_e_m_e_F_i_l_e<- 'signature(object = "ProcesSet"), value =
          "character")': replaces the 'ROOT'   scheme file from slot
          'scheme'.

     _s_c_h_e_m_e_S_e_t 'signature(object = "ProcesSet")': extracts slot
          'scheme'.

     _s_c_h_e_m_e_S_e_t<- 'signature(object = "ProcesSet"), value =
          "SchemeTreeSet")': replaces slot 'scheme'  with a different
          'SchemeTreeSet'.

     _v_a_l_i_d_D_a_t_a 'signature(object = "ProcesSet")': extracts a subset of
          columns  from data.frame 'data'.

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

     Christian Stratowa

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

     derived classes 'DataTreeSet', 'ExprTreeSet',  'CallTreeSet'.

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

     showClass("ProcesSet")

