Learn R Programming

SDR (version 0.7.0.0)

Rule.exchangeVariables: Create a new rule by mixing the antecedent part of two rules.

Description

Create a new rule by mixing the antecedent part of two rules.

Usage

Rule.exchangeVariables(rule1, rule2)

Arguments

rule1
A rule
rule2
Another rule

Value

a list with the antecedents mixed. (This list would be the $antecedent part of another rule)