Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

intersect.lintess

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)

See Also

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

Linear Networks Functionality of the 'spatstat' Family

v2.1-1
GPL (>= 2)
Authors
Adrian Baddeley [aut, cre], Rolf Turner [aut], Ege Rubak [aut], Ottmar Cronie [ctb], Tilman Davies [ctb], Greg McSwiggan [ctb], Suman Rakshit [ctb]
Initial release
2021-03-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.