plot_sequence_patterns | R Documentation |
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 = "", ...)
sequences |
List containing sequence information:
|
main |
Character string for plot title |
... |
Additional arguments passed to barplot() |
Invisible NULL, called for side effect of creating plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.