print.egf {epigrowthfit} | R Documentation |
Printing Model Objects
Description
A method for printing objects of class egf
.
Usage
## S3 method for class 'egf'
print(x, width = 0.9 * getOption("width"), indent = 2L, ...)
Arguments
x |
an |
width |
an integer width for header text. |
indent |
an integer indent for body text. |
... |
unused optional arguments. |
Value
The argument x
, unchanged but invisible.
See Also
The generic function print
.
[Package epigrowthfit version 0.15.3 Index]