Grid2D: Grid in 2D

Description Usage Arguments Value

View source: R/AuxiliaryFunctions.R

Description

Creat a matrix which corresponds to a grid of points on the plain

Usage

1
Grid2D(x, y, length = NULL, N = NULL)

Arguments

x

The interval of the x coordinates

y

The interval of the y coordinates

N

Number of gridpoints.

lenght

Horizontal and vertical distance between two points on the grid. If only one number is given it will be used for the horizontal and vertical distance. Ignored if N is specified

Value

Returns a 2 x N matrix which contains all the gridpoints.


Epsilon127/ldder documentation built on March 7, 2020, 7:47 a.m.