Learn R Programming

pgs (version 0.4-0)

PPRectLat3: Generator of 3D rectangular lattices of horizontal point patterns

Description

Create a FigLat-class object representing a 3D rectangular lattice of horizontal point patterns lying in a rectangle.

Usage

PPRectLat3(dx=1,dy=dx,dz=dx,n=1,xp=dx/5,yp=xp,h3=TRUE)

Arguments

dx
the spacing of the vector lattice along the x-axis. Default: 1.
dy
the spacing of the vector lattice along the y-axis. Default: dx.
dz
the spacing of the vector lattice along the y-axis. Default: dx.
n
the number of points in each point pattern. Valid values for n: 1, 4, 5, 6, 7, 8 or 9 (see PP3 or PP2 documentations). Default: 1 (lattice of points).
xp
the side length of the bounding rectangle, parallel to the x-axis. Default: dx/5.
yp
the side length of the bounding rectangle, parallel to the y-axis. Default: xp (square bounding box for each point pattern).
h3
determines the orientation of the point pattern when n=6, 7 or 8, see PP3 or PP2 documentations.

Value

A FigLat-class object.

See Also

Generators FigLat, PointPattern, PP3, RectLat3, generators of other 3D lattices of point patterns PPBCRectLat3, PPFCRectLat3.

Examples

Run this code
PPRectLat3()# Unit cubic lattice of points
PPRectLat3(dx=1,n=7)

Run the code above in your browser using DataLab