
union.quad(Q)
"quad"
)."ppp"
).Q
should be a quadrature scheme (an object of class
"quad"
, see quad.object
for details).
This function combines the data and dummy points of Q
into a single point pattern. If either the data or the dummy points
are marked, the result is a marked point pattern. The function as.ppp
will perform the same task.
quad.object
,
as.ppp
data(simdat)
Q <- quadscheme(simdat, default.dummy(simdat))
U <- union.quad(Q)
plot(U)
# equivalent:
U <- as.ppp(Q)
Run the code above in your browser using DataLab