

SSI(spatial)                                 R Documentation

_S_i_m_u_l_a_t_e_s _S_e_q_u_e_n_t_i_a_l _S_p_a_t_i_a_l _I_n_h_i_b_i_t_i_o_n _P_o_i_n_t _P_r_o_c_e_s_s

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

     Simulates SSI (sequential spatial inhibition) point
     process.

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

     SSI(n, r)

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

       n: number of points

       r: inhibition distance

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

     uses the region set by `ppinit' or `ppregion'.

_V_a_l_u_e_:

     list of vectors of `x' and `y' coordinates

_S_i_d_e _E_f_f_e_c_t_s_:

     Uses the random number generator.

_W_A_R_N_I_N_G_S_:

     will never return if `r' is too large and it cannot
     place `n' points

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

     `Psim', `Strauss'

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

     towns <- ppinit("towns.dat")
     par(pty="s")
     plot(Kfn(towns, 10), type="b", xlab="distance", ylab="L(t)")
     lines(Kaver(10, 25, SSI(69,1.2)))

