Learn R Programming

pgs (version 0.4-0)

RectLat3: Generator of 3D rectangular lattices as VecLat objects

Description

Create an object of class "VecLat" representing a 3D rectangular vector lattice.

Usage

RectLat3(dx=1,dy=dx,dz=dx)

Arguments

dx
spacing along the x-axis. Default: 1.
dy
spacing along the y-axis. Default: dx.
dz
spacing along the z-axis. Default: dy.

Value

A VecLat-class object.

See Also

Generators VecLat, BCRectLat3, FCRectLat3.

Examples

Run this code
RectLat3()
RectLat3(1,1,3)

Run the code above in your browser using DataLab