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 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.

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.2-9 Index]