intersect.lintess: Intersection of Tessellations on a Linear Network

View source: R/lintessmakers.R

intersect.lintessR Documentation

Intersection of Tessellations on a Linear Network

Description

Yields the intersection (common refinement) of two tessellations on a linear network.

Usage

intersect.lintess(X, Y)

Arguments

X,Y

Tessellations (objects of class "lintess") on the same linear network.

Details

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.

Value

Another tessellation (object of class "lintess") on the same linear network as X and Y.

Author(s)

\adrian

.

See Also

lintess, divide.linnet, chop.linnet

Examples

  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)

spatstat.linnet documentation built on Nov. 2, 2023, 6:10 p.m.