pointSimSyst {sptotal} | R Documentation |
Creates a systematic grid of points.
Description
Creates a systematic grid of points. This function is only used in simulating data sets.
Usage
pointSimSyst(
nrow = 10,
ncol = 10,
lower_x_lim = 0,
upper_x_lim = 1,
lower_y_lim = 0,
upper_y_lim = 1
)
Arguments
nrow |
the number of rows in the systematic grid, default is 10 |
ncol |
the number of cols in the systematic grid, default is 10 |
lower_x_lim |
the lower limit for x-coordinate, default is 0 |
upper_x_lim |
the upper limit for x-coordinate, default is 1 |
lower_y_lim |
the lower limit for y-coordinate, default is 0 |
upper_y_lim |
the upper limit for y-coordinate, default is 1 |
Value
A data.frame with x- and y-coordinates of simulated locations
Author(s)
Jay Ver Hoef
[Package sptotal version 1.0.1 Index]