plotHeatmap {diffudist}R Documentation

Plot distance matrix as heatmap

Description

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

Usage

plotHeatmap(
  DM,
  colPalette = NULL,
  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


[Package diffudist version 1.0.1 Index]