Creates square quadrats aligned on a regular grid
sampling_grids(
n_quadrats,
xmin,
xmax,
ymin,
ymax,
x0,
y0,
delta_x,
delta_y,
quadrat_size
)
a data.frame with 2 columns x and y giving the coordinates of the lower left corner of the square quadrats.
(integer) Number of sampling quadrats
(numeric) minimum possible value on the x axis a quadrat can cover.
(numeric) maximum possible value on the x axis a quadrat can cover.
(numeric) minimum possible value on the y axis a quadrat can cover.
(numeric) maximum possible value on the y axis a quadrat can cover.
(numeric value) Lower left corner of the first quadrat in transect and grid sampling
(numeric value) Distance between consecutive quadrats in transect and grid sampling in x-direction (the distance between the left sides is measured)
(numeric value) Distance between consecutive quadrats in transect and grid sampling in y-direction (the distance between the lower sides is measured)
(numeric) width of the quadrats.