Usage
heatmap.bp(x, cbarplot = TRUE, rbarplot = TRUE, legend = TRUE,
clabels = TRUE, rlabels = TRUE, na.rm = TRUE, scale = c("row",
"column", "none"), col.ramp = viridisLite::viridis(n = 100, alpha = 1), ...)Arguments
cbarplot
a logical indicating whether the columns should be summarized with a barplot.
rbarplot
a logical indicating whether the rows should be summarized with a barplot.
legend
a logical indicating whether a legend should be plotted.
clabels
a logical indicating whether column labels should be included.
rlabels
a logical indicating whether row labels should be included.
na.rm
a logical indicating whether missing values should be removed.
scale
character indicating if the values should be centered and scaled in either the row direction or the column direction, or none. The default is "none".
col.ramp
vector of colors to be used for the color ramp.
...
additional arguments to be passed on.