summary.phenopix {phenopix} | R Documentation |
Summary of phenopix
objects.
Description
Summary method for objects of class phenopix
Usage
## S3 method for class 'phenopix'
summary(object, ...)
Arguments
object |
An object of class |
... |
further arguments passed to or from other methods. |
Details
Prints a sintetic summary of the object.
Author(s)
Gianluca Filippa <gian.filippa@gmail.com>
Examples
## Not run:
data(bartlett2009.filtered)
fitted <- greenProcess(bartlett2009.filtered, 'klosterman',
'klosterman', uncert=TRUE, plot=FALSE, nrep=5, ncores=2)
summary(fitted)
## End(Not run)
[Package phenopix version 2.4.4 Index]