RectLat2 {pgs}R Documentation

Generator of rectangular lattices as VecLat objects

Description

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

Usage

RectLat2(h = 1, v = h)

Arguments

h the horizontal side length of a fundamental tile. Default: 1.
v the vertical side length of a fundamental tile. Default: h (square lattice).

Value

A VecLat-class object.

See Also

Generators VecLat, HexLat2, QcxLat2.

Examples

## Planar square unit vector lattice
RectLat2()
## Planar rectangular vector lattice
RectLat2(2,1)

[Package pgs version 0.2-0 Index]