spsample-methods             package:sp             R Documentation

_s_a_m_p_l_i_n_g _p_o_i_n_t _l_o_c_a_t_i_o_n_s _i_n (_o_r _o_n) _a _s_p_a_t_i_a_l _o_b_j_e_c_t

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

     sampling point locations in (or on) a spatial object

_M_e_t_h_o_d_s:


     _x = "_S_p_a_t_i_a_l" sample in the bbox of 'x' 

     _x = "_L_i_n_e" sample on a line 

     _x = "_P_o_l_y_g_o_n" sample in an Polygon 

     _x = "_P_o_l_y_g_o_n_s" sample in an Polygons object, consisting of
          possibly multiple Polygon objects (and holes!) 

     _x = "_S_p_a_t_i_a_l_P_o_l_y_g_o_n_s" sample in an SpatialPolygons object;
          sampling takes place over all Polygons objects present, use
          subsetting to vary sampling intensity (density) 

     _x = "_S_p_a_t_i_a_l_G_r_i_d" sample in an SpatialGrid object 

     _x = "_S_p_a_t_i_a_l_P_i_x_e_l_s" sample in an SpatialPixels object 

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

     spsample

