QRectLat2 {pgs} | R Documentation |
Creates a FigLat-class
object representing a rectangular lattice of quadrats
in the plane.
QRectLat2(hl=1,vl=hl,hq=hl/5,vq=hq)
hl |
the horizontal distance between homologous points in two neighbour quadrats. Default : 1 (unit lattice). |
vl |
the vertical distance between homologous points in two neighbour quadrats. Default: hl (square lattice). |
hq |
the horizontal side length of the quadrat. Default: hl/5. |
vq |
the vertical side length of the quadrat. Default: hq. |
A FigLat-class
object.
Generators FigLat
, RectLat2
, Quadrat
, other generators of 2D figure
lattices
PPHexLat2
, PPQcxLat2
, PPRectLat2
,
QHexLat2
, QQcxLat2
,
SHexLat2
, SQcxLat2
,SRectLat2
,
LLat2
.
# Square unit lattice of quadrats QRectLat2(hl=1,hq=0.5)