Creates a barplot visualization of code sequence patterns, showing the frequency of different code transitions with rotated labels for better readability.
plot_sequence_patterns(sequences, main = "", ...)Invisible NULL, called for side effect of creating plot
List containing sequence information:
transitions: List of code transitions
Character string for plot title
Additional arguments passed to barplot()