Learn R Programming

phenopix (version 2.4.5)

summary.phenopix: Summary of phenopix objects.

Description

Summary method for objects of class phenopix

Usage

# S3 method for phenopix
summary(object, ...)

Arguments

object

An object of class phenopix

...

further arguments passed to or from other methods.

Author

Gianluca Filippa <gian.filippa@gmail.com>

Details

Prints a sintetic summary of the object.

Examples

Run this code
if (FALSE) {
data(bartlett2009.filtered)
fitted <- greenProcess(bartlett2009.filtered, 'klosterman', 
  'klosterman', uncert=TRUE, plot=FALSE, nrep=5, ncores=2)
summary(fitted)
}

Run the code above in your browser using DataLab