RectLat3: Generator of 3D rectangular lattices as VecLat objects

Description Usage Arguments Value See Also Examples

View source: R/pgs.R

Description

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

Usage

1
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

1
2
RectLat3()
RectLat3(1,1,3)

pgs documentation built on May 29, 2017, 5:30 p.m.