heatmap_legend_plot.RdBuild a heatmap legend plot
heatmap_legend_plot(
min_val = 0,
max_val = 4,
scale_name = "FPKM",
colorset = c("darkblue", "dodgerblue", "gray80", "orange", "orangered")
)numeric, the minimum value in the plot scale (default = 0)
numeric, the maximum value in the plot scale (default = 4)
character vector, the colors to interpolate between using colorRampPalette.
character, the name for the values displayed (default = "FPKM")
a ggplot2 heatmap legend plot