print.quad
From spatstat v1.64-1
by Adrian Baddeley
Print a Quadrature Scheme
print
method for a quadrature scheme.
Usage
# S3 method for quad
print(x,…)
Arguments
- x
A quadrature scheme object, typically obtained from
quadscheme
. An object of class"quad"
.- …
Ignored.
Details
This is the print
method for the class "quad"
.
It prints simple information about the quadrature scheme.
See quad.object
for details of the class "quad"
.
Value
none.
See Also
Examples
# NOT RUN {
data(cells)
Q <- quadscheme(cells)
Q
# }
Community examples
Looks like there are no examples yet.