Learn R Programming

spatstat.geom (version 3.2-7)

print.quad: Print a Quadrature Scheme

Description

print method for a quadrature scheme.

Usage

# S3 method for quad
print(x,...)

Value

none.

Arguments

x

A quadrature scheme object, typically obtained from quadscheme. An object of class "quad".

...

Ignored.

Author

Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner rolfturner@posteo.net

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

See Also

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

Examples

Run this code
 Q <- quadscheme(cells)
 Q

Run the code above in your browser using DataLab