powered by
Yields the intersection (common refinement) of two tessellations on a linear network.
intersect.lintess(X, Y)
Tessellations (objects of class "lintess") on the same linear network.
"lintess"
Another tessellation (object of class "lintess") on the same linear network as X and Y.
X
Y
X and Y should be tessellations defined on the same linear network.
Each tile in the resulting tessellation is the intersection of a tile of X with a tile of Y.
lintess, divide.linnet, chop.linnet
lintess
divide.linnet
chop.linnet
# NOT RUN { X <- divide.linnet(runiflpp(4, simplenet)) Y <- divide.linnet(runiflpp(3, simplenet)) opa <- par(mfrow=c(1,3)) plot(X) plot(Y) plot(intersect.lintess(X,Y)) par(opa) # }
Run the code above in your browser using DataLab