QcxLat2: Generator of 2D quincunx lattices as VecLat objects

Description Usage Arguments Value See Also Examples

View source: R/pgs.R

Description

Create an object of class "VecLat" representing a planar quincunx vector lattice.

Usage

1
QcxLat2(d=1,dx=sqrt(2)*d)

Arguments

d

the distance between two neighbour diagonal locations. Default: 1.

dx

the distance between two neighbour horizontal locations. Default value: quincunx inside a square.

Value

A VecLat-class object.

See Also

Generators VecLat, RectLat2, HexLat2.

Examples

1
2
QcxLat2()
QcxLat2(d=2,dx=sqrt(2))

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