Pairwise              package:spatstat              R Documentation

_G_e_n_e_r_i_c _P_a_i_r_w_i_s_e _I_n_t_e_r_a_c_t_i_o_n _m_o_d_e_l

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

     Creates an instance of a pairwise interaction point process model
     which can then be fitted to point pattern data.

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

       Pairwise(pot, name)

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

     pot: An S language function giving the user-supplied pairwise
          interaction potential.

    name: Character string.

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

     This is experimental. It constructs a member of the pairwise
     interaction family `pairwise.family'.

_V_a_l_u_e:

     An object of class `"interact"' describing the interpoint
     interaction structure of a point process.

_A_u_t_h_o_r(_s):

     Adrian Baddeley adrian@maths.uwa.edu.au <URL:
     http://www.maths.uwa.edu.au/~adrian/> and Rolf Turner
     rolf@math.unb.ca <URL: http://www.math.unb.ca/~rolf>

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

     `mpl', `pairwise.family', `ppm.object'

