+.FunctionalGroup | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.