print.quad {spatstat} | R Documentation |
print
method for a quadrature scheme.
## S3 method for class 'quad': print(x,...)
x |
A quadrature scheme object, typically obtained from
quadscheme .
An object of class "quad" .
|
... |
Ignored. |
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"
.
none.
Adrian Baddeley adrian@maths.uwa.edu.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner rolf@math.unb.ca http://www.math.unb.ca/~rolf
quadscheme
,
quad.object
,
plot.quad
,
summary.quad
data(cells) Q <- quadscheme(cells) Q