Function for creating grid histograms.
grid_histograms(
df,
x,
color,
y,
id,
y_left = NULL,
y_right = NULL,
facet_var = rlang::sym("VIS_Groep"),
facet_name_var = rlang::sym("VIS_Groep_naam")
)
A list of ggplot objects.
The data frame used to create the plot.
The variable used on the x-axis of the plot.
The variable used to color the points or bars in the plot.
The variable used on the y-axis of the plot.
The identifier for selecting the data frame source.
The variable used on the left y-axis when creating a comparative plot.
The variable used on the right y-axis when creating a comparative plot.
The variable used for facet wrapping.
The name of the variable used for facet wrapping.