Plot histogram of data.table by columns
Plot histogram of data.table by columns
hist_dt(dt, bin_width = diff(range(dt, na.rm = TRUE))/10, coeff = 0.8, main = "")
dt |
data.table |
bin_width |
truncate data by this value |
coeff |
group width in [0,1] |
main |
plot title |
Other graphical functions: add_last_values,
add_legend, distinct_colors,
empty_plot, lines_ohlc,
lines_stacked_hist,
multi_heatmap, plot_table,
plot_ts
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.