

cprocess(event)                              R Documentation

_C_o_u_n_t_i_n_g _P_r_o_c_e_s_s _P_l_o_t

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

     `cprocess' plots the cumulative number of events (the
     counting process) over time for each vector in the
     list. One or both of `times' and `events' can be sup-
     plied.

_U_s_a_g_e_:

     cprocess(times=NULL, events=NULL, number=F, lty=NULL, xlim=NULL,
             ylim=NULL, xlab="Time", ylab="Counts", ...)

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

   times: Vector of times between events or a list of such
          vectors.

  events: Vector of counts of events or a list of such vec-
          tors.

  number: If TRUE, the counting processes are numbered con-
          secutively on the graph.

  others: Plotting control options.

_A_u_t_h_o_r_(_s_)_:

     J.K. Lindsey

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

     `read.list'.

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

     times <- rgamma(20,2,4)
     cprocess(times)

