| getCall.egf {epigrowthfit} | R Documentation |
Extract Model Calls
Description
Extracts from a model object the call to egf that produced it.
This method exists mainly to enable compatibility with the default method of
generic function update.
Usage
## S3 method for class 'egf'
getCall(x, ...)
Arguments
x |
an |
... |
unused optional arguments. |
Value
A call to egf.
See Also
The generic function getCall.
[Package epigrowthfit version 0.15.3 Index]