plot_histogram_uniform_x_axis.Rd
This function plot the histogram for a column in the input database with the x axis fixed for all query keywords.
plot_histogram_uniform_x_axis(
x,
col,
x_axis,
x_label,
title = "",
na_fill = "NA"
)
A tibble data.
The column used to plot the histogram.
The value that the x$col
may take.
The label for x axis.
The title for the histogram. (default "")
The value to fill NA value. (default "NA")
A ggplot histogram with itsx axis fixed for all query keywords.