fitted.phenopix: Returns predicted values from 'phenopix' objects.

View source: R/fitted.phenopix.R

fitted.phenopixR 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)

phenopix documentation built on Aug. 9, 2023, 5:10 p.m.