# Sampling by a unit hexagonal point lattice
area.mse(PPHexLat2())
# Sampling by a unit square point lattice
area.mse(PPRectLat2())
# Sampling by a lattice of point patterns
area.mse(PPRectLat2(n=5,hp=0.1))
# Sampling by quadrats (may be slow)
## Not run: area.mse(QRectLat2(hq=0.5,vq=0.7))
# Sampling by a square lattice of segments (may be slow)
## Not run: area.mse(SRectLat2(end=c(0.5,0.1))
# Sampling by an hexagonal lattice of segments (may be slow)
## Not run: area.mse(SHexLat2(end=c(0.2,0.15)))
Run the code above in your browser using DataLab