%.*% {dMod} | R Documentation |
Multiplication of objective functions with scalars
Description
The %.*%
operator allows to multiply objects of class objlist or objfn with
a scalar.
Usage
x1 %.*% x2
Arguments
x1 |
object of class objfn or objlist. |
x2 |
numeric of length one. |
Value
An objective function or objlist object.
[Package dMod version 1.0.2 Index]