dot-create_heatmap: Create ggplot heatmap

Description Usage Arguments Value

Description

Create ggplot heatmap

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
.create_heatmap(
  df_in,
  x,
  y,
  .fill,
  clrs = NULL,
  na_color = "white",
  ttl = .fill,
  ang = 45,
  hjst = 1,
  ...
)

Arguments

df_in

data.frame

x

Variable to plot on the x-axis

y

Variable to plot on the y-axis

.fill

Variable to use for the fill color

clrs

Vector of colors for plotting

na_color

Color to use for missing values

ttl

Legend title

ang

Angle of x-axis text

hjst

Horizontal justification for x-axis text

...

Additional arguments to pass to ggplot

Value

ggplot object


friedue/SCEdjvdj documentation built on April 21, 2021, 7:54 a.m.