print.phenopix: Print 'phenopix' objects.

View source: R/print.phenopix.R

print.phenopixR Documentation

Print phenopix objects.

Description

Print method for objects of class phenopix

Usage

## S3 method for class 'phenopix'
print(x, ...)

Arguments

x

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

## Not run: 
data(bartlett2009.filtered)
fitted <- greenProcess(bartlett2009.filtered, 'klosterman', 
  'klosterman', plot=FALSE)
print(fitted)

## End(Not run)

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