print.intsp {intkrige} | R Documentation |
Print the contents of an intsp
object
Description
This function extends printing methods in the sp
package
by including a display and summary of the interval slot for
the object.
Usage
## S3 method for class 'intsp'
print(x, digits = getOption("digits"), ...)
Arguments
x |
An object of class |
digits |
Determines how numbers are displayed on the screen.
Default option taken from |
... |
Additional arguments to |
Value
Prints object to the screen, identical to
SpatialPoints-class
, as well as summary statistics for the
interval slot.
[Package intkrige version 1.0.1 Index]