Learn R Programming

phenopix (version 2.4.5)

print.phenopix: Print phenopix objects.

Description

Print method for objects of class phenopix

Usage

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

Arguments

x

An object of class phenopix

...

further arguments passed to or from other methods.

Author

Gianluca Filippa <gian.filippa@gmail.com>

Details

Prints a sintetic summary of the object.

Examples

Run this code
if (FALSE) {
data(bartlett2009.filtered)
fitted <- greenProcess(bartlett2009.filtered, 'klosterman', 
  'klosterman', plot=FALSE)
print(fitted)
}

Run the code above in your browser using DataLab