Learn R Programming

pgs (version 0.4-0)

RectLat2: 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

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

Run the code above in your browser using DataLab