pointSimSyst: Creates a systematic grid of points.

pointSimSystR 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


sptotal documentation built on Dec. 12, 2022, 1:06 a.m.