plot_overlap_patterns: Plot code overlap patterns

View source: R/annotate_gui.R

plot_overlap_patternsR Documentation

Plot code overlap patterns

Description

Creates a barplot visualization of code overlap patterns, showing the frequency of different code co-occurrences with rotated labels for better readability.

Usage

plot_overlap_patterns(overlaps, main = "", ...)

Arguments

overlaps

List containing overlap information:

  • combinations: List containing frequencies of code co-occurrences

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.