Learn R Programming

pgs (version 0.4-0)

QRectLat2: Generator of 2D rectangular lattices of quadrats

Description

Creates a FigLat-class object representing a rectangular lattice of quadrats in the plane.

Usage

QRectLat2(hl=1,vl=hl,hq=hl/5,vq=hq)

Arguments

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.

Value

A FigLat-class object.

See Also

Generators FigLat, RectLat2, Quadrat, other generators of 2D figure lattices PPHexLat2, PPQcxLat2, PPRectLat2, QHexLat2, QQcxLat2, SHexLat2, SQcxLat2,SRectLat2, LLat2.

Examples

Run this code
# Square unit lattice of quadrats 
QRectLat2(hl=1,hq=0.5)

Run the code above in your browser using DataLab