Skip to contents

Plot QTE Heatmap

Usage

plot_qte_heatmap(qte_matrix, title = "Multiscale QTE Analysis")

Arguments

qte_matrix

QTE results matrix

title

Plot title

Value

ggplot object

Examples

if (FALSE) { # \dontrun{
qte_results <- calculate_multiscale_qte(wave_x, wave_y, tau_levels)
plot_qte_heatmap(qte_results)
} # }