plot_overview: Visualization Functions for Search Strategy Analysis
Description
This file contains all visualization functions used by the SearchAnalyzer class
and other components of the searchAnalyzeR package.
Create Overview Performance Plot
Usage
plot_overview(metrics)
Value
ggplot object showing key performance indicators
Arguments
metrics
List of calculated metrics from SearchAnalyzer
Details
Creates a focused overview plot displaying the core search performance metrics:
Precision: Proportion of retrieved articles that are relevant
Recall: Proportion of relevant articles that were retrieved
F1 Score: Harmonic mean of precision and recall
The plot uses color coding to distinguish between metric types and
displays exact values on top of each bar.