powered by
All the rule is showing from fis object
showrule(fis)
A fis must be provided.
Show the total of rules inside fis object
# NOT RUN { fis <- tipper() ruleList <- rbind(c(1,1,1,1,2), c(2,0,2,1,1), c(3,2,3,1,2)) fis <- addrule(fis, ruleList) showrule(fis) # }
Run the code above in your browser using DataLab