simulates a completely spatially random point patterns. This function is only used in simulating data sets.
pointSimCSR(
npoints = 100,
lower_x_lim = 0,
upper_x_lim = 1,
lower_y_lim = 0,
upper_y_lim = 1
)
number of points to add that are completely spatially random (CSR), default = 100
left limit of boundary, default = 0
right limit of boundary, default = 1
lower limit of boundary, default = 0
upper limit of boundary, default = 1
data.frame of two columns, x-coordinate in the first, and y-coordinate in the second.