pointSimCSR | R Documentation |
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 = 100 |
lower_x_lim |
left limit of boundary, default = 0 |
upper_x_lim |
right limit of boundary, default = 1 |
lower_y_lim |
lower limit of boundary, default = 0 |
upper_y_lim |
upper limit of boundary, default = 1 |
data.frame of two columns, x-coordinate in the first, and y-coordinate in the second.
Jay Ver Hoef
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.