spatstat (version 1.56-0)

print.quad: Print a Quadrature Scheme

Description

print method for a quadrature scheme.

Usage

# S3 method for quad
print(x,…)

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
# NOT RUN {
 data(cells)
 Q <- quadscheme(cells)
 Q
# }

Run the code above in your browser using DataCamp Workspace