pointSimSyst function

Creates a systematic grid of points.

Creates a systematic grid of points.

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 )

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

Returns

A data.frame with x- and y-coordinates of simulated locations

Author(s)

Jay Ver Hoef

  • Maintainer: Matt Higham
  • License: GPL-2
  • Last published: 2022-12-11