rlabel                package:splancs                R Documentation

_R_a_n_d_o_m_l_y _l_a_b_e_l _t_w_o _o_r _m_o_r_e _p_o_i_n_t _s_e_t_s

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

     Randomly label two or more point sets.

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

     rlabel(...)

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

     ...: Any number of points data sets 

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

     A list of points data sets. There are as many elements in the list
     as  arguments.

_M_E_T_H_O_D:

     The output data sets are a random labelling of the input data
     sets, i.e.  all the points in the input data sets are randomly
     assigned to the output  sets. The number of points in each output
     set is the same as its corresponding input set.

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

     Rowlingson, B. and Diggle, P. 1993 Splancs: spatial point pattern
     analysis code in S-Plus.  Computers and Geosciences, 19, 627-655;
     the original sources can be accessed at: <URL:
     http://www.maths.lancs.ac.uk/~rowlings/Splancs/>. See also Bivand,
     R. and Gebhardt, A. 2000 Implementing functions for spatial
     statistical analysis using the R language. Journal of Geographical
     Systems, 2, 307-317.

