RectLat2 {pgs} | R Documentation |
Create an object of class "VecLat"
representing a planar
rectangular vector lattice.
RectLat2(h = 1, v = h)
h |
the horizontal side length of a fundamental tile. Default: 1. |
v |
the vertical side length of a fundamental tile. Default:
h (square lattice).
|
A VecLat-class
object.
Generators VecLat
, HexLat2
, QcxLat2
.
## Planar square unit vector lattice RectLat2() ## Planar rectangular vector lattice RectLat2(2,1)