plot_code_distribution {textAnnotatoR} | R Documentation |
Plot code distribution visualization
Description
Creates a barplot visualization showing the distribution of codes in the annotations. The plot includes rotated labels for better readability and handles empty or NULL input data gracefully.
Usage
plot_code_distribution(distribution, main = "", ...)
Arguments
distribution |
List containing code distribution information:
|
main |
Character string specifying the plot title |
... |
Additional arguments passed to barplot() |
Value
Invisible NULL, called for side effect of creating plot
[Package textAnnotatoR version 0.1.4 Index]