print.phenopix {phenopix} | R Documentation |
phenopix
objects.
Print method for objects of class phenopix
## S3 method for class 'phenopix'
print(x, ...)
x |
An object of class |
... |
further arguments passed to or from other methods. |
Prints a sintetic summary of the object.
Gianluca Filippa <gian.filippa@gmail.com>
## Not run:
data(bartlett2009.filtered)
fitted <- greenProcess(bartlett2009.filtered, 'klosterman',
'klosterman', plot=FALSE)
print(fitted)
## End(Not run)