Description Slots Methods See Also
A class for rules operating on two elements of a numeric sequence.
It is a virtual class - so no objects of this class are generated.
All classes for specific rules operating on two arguiments (ex. AddDoubleRule
,DivDoubleRule
etc.)
inherit from class DoubleRule
.
firstRule
: Object of class "SingleRule"
SingleRule
to be executed on the first element of numeric sequence (before the DoubleRule
). This doesn't need to be specified.
secondRule
: Object of class "SingleRule"
SingleRule
to be executed on the second element of numeric sequence (before the DoubleRule
). This doesn't need to be specified.
nextSingle
: Object of class "SingleRule"
SingleRule
to be executed on the result of DoubleRule
. This doesn't need to be specified.
.S3Class
:Object of class "character"
Object of class "character"
S3 methods apply for these objects
signature(x = "DoubleRule", y = "numeric", z = "numeric")
: ...
doubleRules
,
AddDoubleRule
,
MultDoubleRule
,
createSR
,
createDR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.