RectLat2: Generator of 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 planar rectangular vector lattice.

Usage

1
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

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

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