fitted.phenopix {phenopix}R Documentation

Returns predicted values from phenopix objects.

Description

Returns predicted values from phenopix objects.

Usage

## S3 method for class 'phenopix'
fitted(object,...)

Arguments

object

An object of class phenopix

...

further arguments passed to or from other methods.

Details

Returns predicted values from phenopix objects.

Author(s)

Gianluca Filippa <gian.filippa@gmail.com>

Examples

## Not run: 
library(zoo)
data(bartlett2009.filtered)
fitted <- greenProcess(bartlett2009.filtered, 'klosterman', 
  'klosterman', plot=FALSE)
plot(fitted$data, type='p')
lines(index(fitted$data), fitted(fitted), col='red')

## End(Not run)

[Package phenopix version 2.4.4 Index]