plot_sequence_patterns {textAnnotatoR} | R Documentation |
Plot code sequence patterns
Description
Creates a barplot visualization of code sequence patterns, showing the frequency of different code transitions with rotated labels for better readability.
Usage
plot_sequence_patterns(sequences, main = "", ...)
Arguments
sequences |
List containing sequence information:
|
main |
Character string for plot title |
... |
Additional arguments passed to barplot() |
Value
Invisible NULL, called for side effect of creating plot
[Package textAnnotatoR version 0.1.4 Index]