
"FigLat"
representing a lattice of figures.
FigLat(d, vlat, fig, lmat = matrix(0, nrow = d, ncol = 1))
FigLat-class
object.
# Square lattice of quadrats
FigLat(2,RectLat2(),Quadrat(.5,.5))
# Lattice of horizontal lines
FigLat(2,VecLat(c(0,1)),PointPattern(rep(0,2)),lmat=c(1,0))
Run the code above in your browser using DataLab