print.quad {spatstat.geom} | R Documentation |
print
method for a quadrature scheme.
## S3 method for class 'quad'
print(x,...)
x |
A quadrature scheme object, typically obtained from
|
... |
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.Baddeley@curtin.edu.au and Rolf Turner rolfturner@posteo.net
quadscheme
,
quad.object
,
plot.quad
,
summary.quad
Q <- quadscheme(cells)
Q