| LLat2 {pgs} | R Documentation |
Create a FigLat-class object representing a lattice of lines
in the plane.
LLat2(delta=1,theta=0)
delta |
the distance between two neighbour lines. Default: 1. |
theta |
the angle defining the lines orientation. Default: 0 (horizontal lines). |
A FigLat-class object.
Generator FigLat, other generators of 2D figure
lattices PPHexLat2, PPQcxLat2,
PPRectLat2, QHexLat2,
QQcxLat2, QRectLat2,
SHexLat2, SQcxLat2, SRectLat2.
# Unit lattice of horizontal lines LLat2() # Lattice of vertical lines LLat2(0.5,pi/2)