brambles                package:boot                R Documentation

_S_p_a_t_i_a_l _L_o_c_a_t_i_o_n _o_f _B_r_a_m_b_l_e _C_a_n_e_s

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

     The 'brambles' data frame has 823 rows and 3 columns.

     The location of living bramble canes in a 9m square plot was
     recorded.   We take 9m to be the unit of distance so that the plot
     can be thought of as a unit square. The bramble canes were also
     classified by their age.

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

     data(brambles)

_F_o_r_m_a_t:

     This data frame contains the following columns:

     '_x' The x coordinate of the position of the cane in the plot.

     '_y' The y coordinate of the position of the cane in the plot.

     '_a_g_e' The age classification of the canes; '0' indicates a newly
          emerged cane, '1' indicates a one year old cane and '2'
          indicates a two year old cane.

_S_o_u_r_c_e:

     The data were obtained from

     Diggle, P.J. (1983) _Statistical Analysis of Spatial Point
     Patterns_. Academic Press.

