Creates a barplot visualization of code overlap patterns, showing the frequency of different code co-occurrences with rotated labels for better readability.
plot_overlap_patterns(overlaps, main = "", ...)Invisible NULL, called for side effect of creating plot
List containing overlap information:
combinations: List containing frequencies of code co-occurrences
Character string for plot title
Additional arguments passed to barplot()