QcxLat2 {pgs} | R Documentation |
Create an object of class "VecLat"
representing a planar
quincunx vector lattice.
QcxLat2(d=1,dx=sqrt(2)*d)
d |
the distance between two neighbour diagonal locations. Default: 1. |
dx |
the distance between two neighbour horizontal locations. Default value: quincunx inside a square. |
A VecLat-class object.
Generators VecLat
, RectLat2
, HexLat2
.
QcxLat2() QcxLat2(d=2,dx=sqrt(2))