powered by
Addition occurs by adding all FG parameters separately.
# S3 method for FunctionalGroup +(A, B)
C A FunctionalGroup object where each value is the sum of the respective values in A and B.
First functional group.
Second functional group.
fg1 = FunctionalGroup$new() fg2 = FunctionalGroup$new(SLA = 0.02) fg1 + fg2
Run the code above in your browser using DataLab