VecLat {pgs} | R Documentation |
Create an object of class "VecLat"
representing a vector lattice.
VecLat(gmat)
gmat |
a vector or a matrix. If gmat is a vector, it is transformed
into a one-column matrix. |
A VecLat-class object.
VecLat-class, generators for 2D lattices HexLat2
,
QcxLat2
, RectLat2
, generators for 3D
lattices BCRectLat3
, FCRectLat3
, RectLat3
.
## Planar square lattice VecLat(diag(2)) ## Planar discrete horizontal line VecLat(c(1,0))