`r lifecycle::badge("deprecated")`

plotHeatmap(
  DM,
  colPalette = rev(RColorBrewer::brewer.pal(11, "Spectral")),
  log.scale = FALSE,
  cex = 1,
  showDendrogram = TRUE,
  title = ""
)

Arguments

DM

a distance matrix

colPalette

`r lifecycle::badge("deprecated")` in the new function plot_distance_matrix it is called col_palette

log.scale

`r lifecycle::badge("deprecated")` in the new function plot_distance_matrix it is called log_scale

cex

numerical value by which text should be magnified (default font size in [ggplot2:theme] is 11)

showDendrogram

`r lifecycle::badge("deprecated")` in the new function plot_distance_matrix it is called show_dendro

title

Title of the plot passed to labs. No title by default

Value

a ggplot