powered by
divide.linnet(X)
"lpp"
"lintess"
X
L=as.linnet(X)
Two locations on L belong to the same piece if and only if they can be joined by a path in L that does not cross any of the points of X.
L
The result is a tessellation of the network (object of class "lintess") representing the division of L into pieces.
linnet
lintess
X <- runiflpp(5, simplenet) plot(divide.linnet(X)) plot(X, add=TRUE, pch=16)
Run the code above in your browser using DataLab