Learn R Programming

intkrige (version 1.0.2)

tail.intsp: Print the tail of an intsp object.

Description

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

Usage

# S3 method for intsp
tail(x, n = 6, ..., digits = getOption("digits"))

Value

Prints a subset of the object to the screen, identical to

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

Arguments

x

An object of class intsp.

n

The number of rows to print to the screen.

...

Additional arguments to tail.

digits

Determines how numbers are displayed (default taken from sp package).