print.quad {spatstat.geom} | R Documentation |
Print a Quadrature Scheme
Description
print
method for a quadrature scheme.
Usage
## S3 method for class 'quad'
print(x,...)
Arguments
x |
A quadrature scheme object, typically obtained from
|
... |
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.
Author(s)
Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner rolfturner@posteo.net
See Also
quadscheme
,
quad.object
,
plot.quad
,
summary.quad
Examples
Q <- quadscheme(cells)
Q
[Package spatstat.geom version 3.3-2 Index]