summary.phenopix: Summary of 'phenopix' objects.

Description Usage Arguments Details Author(s) Examples

View source: R/summary.phenopix.R

Description

Summary method for objects of class phenopix

Usage

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

Arguments

object

An object of class phenopix

...

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

1
2
3
4
data(bartlett2009.filtered)
fitted <- greenProcess(bartlett2009.filtered, 'klosterman', 
  'klosterman', uncert=TRUE, plot=FALSE, nrep=5, ncores=2)
summary(fitted)

phenopix documentation built on May 2, 2019, 4:50 p.m.