Learn R Programming

intkrige (version 1.0.2)

print.intgrd: Print the contents of an intgrd object

Description

This function extends print.sp by including a display and summary of the interval slot for the object.

Usage

# S3 method for intgrd
print(x, ..., digits = getOption("digits"))

Value

Prints object to the screen, identical to

SpatialPoints-class, as well as summary statistics for the interval slot.

Arguments

x

An object of class intgrd.

...

Additional arguments to print.

digits

Determines how numeric values are printed to the screen (default from sp package).