+.FunctionalGroup {growR} | R Documentation |
Addition occurs by adding all FG parameters separately.
## S3 method for class 'FunctionalGroup'
A + B
A |
First functional group. |
B |
Second functional group. |
C A FunctionalGroup object where each value is the sum of the respective values in A and B.
fg1 = FunctionalGroup$new()
fg2 = FunctionalGroup$new(SLA = 0.02)
fg1 + fg2