union.quad | R Documentation |
Combines the data and dummy points of a quadrature scheme into a single point pattern.
union.quad(Q)
Q |
A quadrature scheme (an object of class |
The argument 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.
A point pattern (of class "ppp"
).
and \rolf
quad.object
,
as.ppp
Q <- quadscheme(simdat, default.dummy(simdat))
U <- union.quad(Q)
# plot(U)
# equivalent:
U <- as.ppp(Q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.