head.intgrd: Print the head of an intgrd object.

Description Usage Arguments Value

View source: R/intgrd-class.R

Description

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

Usage

1
2
## S3 method for class 'intgrd'
head(x, n = 6, ..., digits = getOption("digits"))

Arguments

x

An object of class intgrd.

n

Number of rows to print to the screen.

...

Additional arguments to print.

digits

Determines how numeric values are printed to the screen (default from sp 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.


intkrige documentation built on Feb. 8, 2020, 1:06 a.m.