Extract.quad | R Documentation |
Extract a subset of a quadrature scheme.
## S3 method for class 'quad'
x[...]
x |
A quadrature scheme (object of class |
... |
Arguments passed to |
This function extracts a designated subset of a quadrature scheme.
The function [.quad
is a method for [
for the
class "quad"
. It extracts a designated subset of a quadrature
scheme.
The subset to be extracted is determined by the arguments ...
which
are interpreted by [.ppp
. Thus it is possible to take the
subset consisting of all quadrature points that lie inside a
given region, or a subset of quadrature points identified by
numeric indices.
A quadrature scheme (object of class "quad"
).
and \rolf
quad.object
,
[.ppp
.
Q <- quadscheme(nztrees)
W <- owin(c(0,148),c(0,95)) # a subwindow
Q[W]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.