The plot method for apriori rules when used like this below should print the title, but its not. What is the right way to set the plot title?
plot(rules, method='grouped', control=list(main='My Title'))
Here is the plot, see the title is 'Grouped matrix for 61 rules', it is not setting my title correctly.