Learn R Programming

spatstat.geom (version 3.7-0)

print.quad: Print a Quadrature Scheme

Description

print method for a quadrature scheme.

Usage

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

Arguments

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

Run the code above in your browser using DataLab