Learn R Programming

latrend (version 1.1.0)

lcMethod: Create a lcMethod object of the specified type and arguments

Description

Provides a mechanism for creating lcMethod objects for an arbitrary class. Note that it is advisable to use the class-specific constructors instead.

Usage

lcMethod(.class, ..., .defaults = list(), .excludeArgs = c())

Arguments

.class

The type of lcMethod-class class

...

Any arguments to assign to the method object.

.defaults

See defaults of lcMethod.call.

.excludeArgs

See excludeArgs of lcMethod.call.

See Also

lcMethod.call