plot_heatmap
plot_heatmap(
new_classification,
old_classification,
dist_ang_matrix,
cluster_columns = F,
cluster_rows = T,
name_legend
)
Character vector.Second column of the dataframe returned by function clustering_angular_distance (first element of the output).
Character vector. First column of the dataframe returned by function clustering_angular_distance (first element of the output).
Distance matrix obtained from clustering_angular_distance (second element of the output).
Logical. Parameter for cluster_columns argument of the function Heatmap in the package ComplexHeatmap
Logical. Parameter for cluster_rows argument of the function Heatmap
Character value.Parameter for name argument of the function Heatmap
Heatmap plot produced by function Heatmap