spatstat (version 1.12-4)

print.quad: Print a Quadrature Scheme

Description

print method for a quadrature scheme.

Usage

## S3 method for class 'quad':
print(x,\dots)

Arguments

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

Value

  • none.

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
data(cells)
 Q <- quadscheme(cells)
 Q

Run the code above in your browser using DataCamp Workspace