dcl_add | R Documentation |
These functions allow to combine two declarations using addition, substraction, multiplication, or division.
dcl_add(dcl1, dcl2, lhs = dcl_id(dcl1)) dcl_substract(dcl1, dcl2, lhs = dcl_id(dcl1)) dcl_multiply(dcl1, dcl2, lhs = dcl_id(dcl1)) dcl_devide(dcl1, dcl2, lhs = dcl_id(dcl1))
dcl1 |
A declaration |
dcl2 |
A declaration |
lhs |
List of expressions for the left-hand side of the resulting declaration |
A declaration
dcl_add()
: Addition of the declarations
dcl_substract()
: Substraction of the declarations
dcl_multiply()
: Multiplications of the declarations
dcl_devide()
: Division of the declarations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.