plot_code_distribution | R Documentation |
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.
plot_code_distribution(distribution, main = "", ...)
distribution |
List containing code distribution information:
|
main |
Character string specifying the plot title |
... |
Additional arguments passed to barplot() |
Invisible NULL, called for side effect of creating plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.