QRectLat2: Generator of 2D rectangular lattices of quadrats

Description Usage Arguments Value See Also Examples

View source: R/pgs.R

Description

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

Usage

1
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

1
2
# Square unit lattice of quadrats 
QRectLat2(hl=1,hq=0.5)

pgs documentation built on May 29, 2017, 5:30 p.m.