This function creates a heatmap visualization from ABC results.
plot_heatmap(
results,
output_file = "heatmap.png",
width = 1200,
height = 900,
resolution = 120,
top_n = 15,
min_score = 1e-04,
color_palette = "blues",
show_entity_types = TRUE,
verbose = TRUE
)Invisible NULL (creates a file as a side effect)
The results to visualize
Filename for the output PNG (default: "heatmap.png")
Width of the output image (default: 1200)
Height of the output image (default: 900)
Resolution of the output image (default: 120)
Maximum number of results to include (default: 15)
Minimum score threshold (default: 0.0001)
Color palette for the heatmap (default: "blues")
Logical; if TRUE, show entity types (default: TRUE)
Logical; if TRUE, print status messages (default: TRUE)