cprocess                package:event                R Documentation

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

_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 supplied.

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

     cprocess(times=NULL, events=NULL, number=FALSE, 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, a list of such vectors, or a
          'repeated' object.

  events: Vector of counts of events, a list of such vectors, or a
          'repeated' object.

  number: If TRUE, the counting processes are numbered consecutively 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', 'rmna'.

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

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

