Description Objects from the Class Slots Extends Methods See Also Examples
A class for rules which do not modify input. This class can be seen as a basic building block. Objects of this class inherit from SingleRule.
Objects can be created by calls of the form new("IdenSingleRule", ...).
previousRule:Object of class "SingleRule" - a rule that will be executed before IdenSingleRule (this is an argument used to combine different rules together)
.S3Class:Object of class "character" - S3 methods apply to this object
Class "SingleRule", directly.
signature(x = "IdenSingleRule", y = "numeric", z = "ANY"): ...
calculate,
SingleRule,
DoubleRule,
createSR,
createDR
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.