pointSimSyst: Creates a systematic grid of points

pointSimSystR Documentation

Creates a systematic grid of points

Description

Creates a systematic grid of points

Usage

pointSimSyst(
  nrow = 10,
  ncol = 10,
  lower.x.lim = -1,
  upper.x.lim = 1,
  lower.y.lim = -1,
  upper.y.lim = 1
)

Arguments

nrow

the number of rows in the systematic grid

ncol

the number of cols in the systematic grid

lower.x.lim

the lower limit for x-coordinate

upper.x.lim

the upper limit for x-coordinate

lower.y.lim

the lower limit for y-coordinate

upper.y.lim

the upper limit for y-coordinate

Value

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

Author(s)

Jay Ver Hoef jay.verhoef@noaa.gov


jayverhoef/ZVHdata documentation built on Oct. 22, 2022, 8:35 p.m.