assemble_heatmap_rowwise: Combines subplots to form a heatmap

View source: R/assemble_heatmap_rowwise.R

assemble_heatmap_rowwiseR Documentation

Combines subplots to form a heatmap

Description

Combines subplots to form a heatmap

Usage

assemble_heatmap_rowwise(
  plot.list,
  rel_dend_x,
  rel_dend_y,
  rel_labels_x,
  rel_labels_y,
  rel_annot_layer_x,
  rel_annot_layer_y,
  rel_legends,
  rel_legends_space
)

Arguments

plot.list

list of plots from plot_gg_heatmap()

rel_dend_x

relative height of x-axis dendrogram

rel_dend_y

relative width of y-axis dendrogram

rel_labels_x

relative height of x-axis labels

rel_labels_y

relative width of y-axis labels

rel_annot_layer_x

relative height/s of x-axis annotation layers (either one number or vector with number for each)

rel_annot_layer_y

relative width/s of y-axis annotation layers (either one number or vector with number for each)

rel_legends

relative width of legends area

rel_legends_space

realtive space between plot and legends


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.