

Strauss(spatial)                             R Documentation

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

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

     Simulates Strauss spatial point process.

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

     Strauss(n, c=0, r)

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

       n: number of points

       c: parameter `c' in [0, 1]. `c' = 0 corresponds to
          complete inhibition at distances up to `r'.

       r: inhibition distance

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

     Uses spatial birth-and-death process for 4`n' steps, or
     for 40`n' steps starting from a binomial pattern on the
     first call from an other function.  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

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

     `Psim', `SSI'

_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, Strauss(69,0.5,3.5)))

