spatstat (version 1.6-12)

print.quad: Print a Quadrature Scheme

Description

print method for a quadrature scheme.

Usage

print.quad(x)
 x

Arguments

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

Value

  • none.

synopsis

print.quad(x,...)

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