plus-.eqns: Add Equations

Description Usage Arguments See Also Examples

Description

Combines sets of equations. Where LHS matches, the equation in the first argument is replaced with the corresponding equation in the second argument.

Usage

1
2
## S3 method for class 'eqns'
e1 + e2

Arguments

e1

equation 1

e2

equation 2

See Also

Other operators: +.qpmodel()

Examples

1
eqns(ka = exp(tvka+etaka)) + eqns(cl = exp(tvcl+etacl))

qPharmetra/qpModel documentation built on Dec. 22, 2021, 10:54 a.m.