Usage
plot_relative_freq_histogram(
dat,
x,
y = NULL,
x_breaks = NULL,
y_breaks = NULL,
value = NULL,
reverse = ifelse(is.null(y), TRUE, FALSE),
g_x = 10,
g_y = 5,
cut_bin = "equal_width",
pl_theme = plot_theme(legend.position = "top", title_size = 9, legend_size = 7,
axis_title_size = 8),
fill_colors = c(love_color(type = "lightnihon_6x1"), love_color(type = "deep"),
love_color(type = "light")),
string_bins = FALSE
)