plot_sequence_patterns: Plot code sequence patterns

View source: R/annotate_gui.R

plot_sequence_patternsR 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:

  • transitions: List of code transitions

main

Character string for plot title

...

Additional arguments passed to barplot()

Value

Invisible NULL, called for side effect of creating plot


textAnnotatoR documentation built on April 3, 2025, 7:35 p.m.