*.FunctionalGroup {growR} | R Documentation |
Scalar multiplication of functional group (order matters: scalar * FG)
Description
Scalar multiplication of functional group (order matters: scalar * FG)
Usage
## S3 method for class 'FunctionalGroup'
scalar * fg
Arguments
scalar |
float to multiply all FG parameters with. |
fg |
Functional group whose parameters are to be multiplied. |
Value
C A FunctionalGroup object that has all its values multiplied by scalar.
Examples
fg = FunctionalGroup$new()
3.1 * fg
0 * fg
[Package growR version 1.3.0 Index]