simulate completely spatially random point patterns.
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 )
npoints
: number of points to add that are completely spatially random (CSR), default = 100lower_x_lim
: left limit of boundary, default = 0upper_x_lim
: right limit of boundary, default = 1lower_y_lim
: lower limit of boundary, default = 0upper_y_lim
: upper limit of boundary, default = 1data.frame of two columns, x-coordinate in the first, and y-coordinate in the second.
Jay Ver Hoef