Learn R Programming

pgs (version 0.4-0)

QHexLat2: Generator of 2D hexagonal lattices of quadrats

Description

Create a FigLat-class object representing an hexagonal lattice of quadrats in the plane.

Usage

QHexLat2(delta=sqrt(2/sqrt(3)),hq=delta/5,vq=hq)

Arguments

delta
the distance between homologous points in two neighbour quadrats. Default: $sqrt(2/sqrt(3))$ (unit lattice).
hq
the horizontal side length of the quadrat. Default: delta/5.
vq
the vertical side length of the quadrat. Default: hq.

Value

A FigLat-class object.

See Also

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

Examples

Run this code
QHexLat2(sqrt(3)/8,hq=0.1)

Run the code above in your browser using DataLab