powered by
Scalar multiplication of functional group (order matters: scalar * FG)
# S3 method for FunctionalGroup *(scalar, fg)
C A FunctionalGroup object that has all its values multiplied by scalar.
float to multiply all FG parameters with.
Functional group whose parameters are to be multiplied.
fg = FunctionalGroup$new() 3.1 * fg 0 * fg
Run the code above in your browser using DataLab