runSimEX            package:simulatorAPMS            R Documentation

_T_h_e _o_u_t_p_u_t _o_f _t_h_e _s_i_m_u_l_a_t_i_o_n _w_i_t_h _f_u_l_l_S_i_m_E_X _a_s _t_h_e _i_n_p_u_t

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

     The runSimEX is a matrix representing PPCM graph with error. It is
     the output of the simulation function.

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

     data(runSimEX)

_F_o_r_m_a_t:

     The format is: num [1:6, 1:35] 1 0 0 0 0 1 0 1 0 0 ... - attr(*,
     "dimnames")=List of 2 ..$ : chr [1:6] "YAL015C" "YAL017W"
     "YAL021C" "YAL036C" ... ..$ : chr [1:35] "YAL015C" "YAL017W"
     "YAL021C" "YAL036C" ...

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

     This is first input for runAPComplex function

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

     data(runSimEX)

