summary.krig_lst: Summary objects of class "krig_lst".

Description Usage Arguments Value Examples

Description

This method helps you to visualize the output of krig() (which outputs objects of class "krig_lst"). It is similar to utils::str() but a little cleaner. version of str().

Usage

1
2
## S3 method for class 'krig_lst'
summary(object, ...)

Arguments

object

The result of krig().

...

Arguments passed on to base::summary

object

an object for which a summary is desired.

Value

Prints a cleaner version of str() and returns its input invisibly.

Examples

1
2
3
result <- krig(soil_fake, c("c", "p"), quiet = TRUE)
summary(result)
str(result)

forestgeo/fgeo.krig documentation built on June 26, 2019, 8:09 p.m.