Description Usage Arguments Details Value Examples
Every rule is an object of a class, which inherits either from
SingleRule or DoubleRule virtual class. This is why for every rule there is a calculateSpecific method specifying how to transform arguments supplied to the calculate function.
1 | calculateSpecific(x, y, z = NULL)
|
x |
- an object of class |
y |
- first element of numeric sequence |
z |
- second element of numeric sequence |
argument z is ignored if x inherits from class SingleRule
function returns a single value of class numeric
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.