Learn R Programming

epigrowthfit (version 0.15.4)

getCall.egf: 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 egf
getCall(x, ...)

Value

A call to egf.

Arguments

x

an egf object.

...

unused optional arguments.

See Also

The generic function getCall.