Strauss               package: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

_R_e_f_e_r_e_n_c_e_s:

     Ripley, B. D. (1981) _Spatial Statistics._ Wiley.

     Venables, W. N. and Ripley, B. D. (2002) _Modern Applied
     Statistics with S._ Fourth edition.  Springer.

_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)))

