plot_overlap_patterns {textAnnotatoR}R 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


[Package textAnnotatoR version 0.1.4 Index]