meshgrid: Create a meshgrid

View source: R/values-functions.R

meshgridR Documentation

Create a meshgrid

Description

Generate X, Y and Z matrices for three-dimensional arrays starting from x, y and z vectors. The function is similar to the Matlab function "meshgrid".

Usage

meshgrid(x, y, z)

Arguments

x, y, z

Coordinates vector.

Value

A list with X, Y and Z 3D arrays

See Also

Other ValuesUtilities: get.values_at.points, identify.slice, interpolate.values


planit-group/Rplanit documentation built on Dec. 5, 2022, 11:10 p.m.