tail.intgrd {intkrige} | R Documentation |
Print the tail 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 class 'intgrd'
tail(x, n = 6, ..., digits = getOption("digits"))
Arguments
x |
An object of class |
n |
The number of rows to print to the screen. |
... |
Additional arguments to |
digits |
Determines how numbers are displayed to the screen
(default taken from package |
Value
Prints a subset of the object observations to the screen,
identical to SpatialPoints-class
, as well as
summary statistics for the interval slot.
[Package intkrige version 1.0.1 Index]