Creates a systematic grid of points. This function is only used in simulating data sets.
pointSimSyst(
nrow = 10,
ncol = 10,
lower_x_lim = 0,
upper_x_lim = 1,
lower_y_lim = 0,
upper_y_lim = 1
)
the number of rows in the systematic grid, default is 10
the number of cols in the systematic grid, default is 10
the lower limit for x-coordinate, default is 0
the upper limit for x-coordinate, default is 1
the lower limit for y-coordinate, default is 0
the upper limit for y-coordinate, default is 1
A data.frame with x- and y-coordinates of simulated locations