+.FunctionalGroup {growR}R Documentation

Addition of two functional groups

Description

Addition occurs by adding all FG parameters separately.

Usage

## S3 method for class 'FunctionalGroup'
A + B

Arguments

A

First functional group.

B

Second functional group.

Value

C A FunctionalGroup object where each value is the sum of the respective values in A and B.

Examples

fg1 = FunctionalGroup$new()
fg2 = FunctionalGroup$new(SLA = 0.02)
fg1 + fg2


[Package growR version 1.3.0 Index]