
superimposePSP(..., W=NULL, check=TRUE)
"psp"
)."owin"
, or something
acceptable to as.owin
.psp
)
determining whether to check the geometrical validity of the
resulting line segment pattern."psp"
) representing the
superposition (union) of all the line segment patterns....
is a line segment pattern object (of class "psp"
).
The line segment patterns are not required to have
the same window of observation. The window for the superimposed line segment pattern is
specified by W
. Its default value is
the union of the windows of all the line segment patterns.
If any of the arguments is a marked line segment pattern, then all of them must be. In that case, the result is also a marked line segment pattern.
superimpose
for superimposing point patterns.X <- rpoisline(10)
Y <- as.psp(matrix(runif(40), 10, 4), window=owin())
Z <- superimposePSP(X, Y)
Run the code above in your browser using DataLab