Multi Dimensional Heat Map
multi_heatmap(x, pars, value, col_neg = c("darkblue", "lightblue"),
col_pos = c("yellow", "darkgreen"), peak_value = x[, max(abs(get(value)),
na.rm = T)])
data.table
object
names of parameters. Parameters combinations must be unique. To specify x and y axes use list( x = ..., y = ... )
.
name of value parameter
used to generate gradient
normalization value
Plots multi dimensional heatmap. Axes drawn automatically by layers. Inner axes are most frequent and outer axes are less frequent.
Other graphical functions: add_last_values
,
add_legend
, distinct_colors
,
empty_plot
, hist_dt
,
lines_ohlc
,
lines_stacked_hist
,
plot_table
, plot_ts