Learn R Programming

textAnnotatoR (version 1.0.1)

plot_overlap_patterns: 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 = "", ...)

Value

Invisible NULL, called for side effect of creating plot

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()