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