intsp object.This function extends printing methods in the sp package
by including a display and summary of the head of the
interval slot for the object.
# S3 method for intsp
head(x, n = 6, ..., digits = getOption("digits"))Prints a subset of the object to the screen, identical to
SpatialPoints-class, as well as summary statistics for the
interval slot.
An object of class intsp.
The number of rows to print to the screen.
Additional arguments to print.
Determines how values are printed to the screen (default taken from sp package).