View source: R/query_helpers.R
complements | R Documentation |
Generate a statement for X1, X1 complement each other in the production of Y
complements(X1, X2, Y)
X1 |
A character. The quoted name of the input node 1. |
X2 |
A character. The quoted name of the input node 2. |
Y |
A character. The quoted name of the outcome node. |
A character statement of class statement
Other statements:
decreasing()
,
increasing()
,
interacts()
,
non_decreasing()
,
non_increasing()
,
substitutes()
,
te()
complements('A', 'B', 'W')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.