Given a list of rules, the function returns a vector of consequents (i.e. right hand side) of the rules.
consequents(rules)
Either a list of rules or an object of class farules
.
A character vectors.
This function assumes rules
to be a list of character vectors where the first element of
each vector is a consequent part of the rule and the rest is the consequent part of the rule.
Function returns a vector of consequents.