print.quad {spatstat}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@maths.uwa.edu.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner rolf@math.unb.ca http://www.math.unb.ca/~rolf

See Also

quadscheme, quad.object, plot.quad, summary.quad

Examples

 data(cells)
 Q <- quadscheme(cells)
 Q

[Package spatstat version 1.11-3 Index]