Set the x Axis Label in a List of ggplot Objects

set_xlabs(plots, xlab, indices = seq_along(plots), ...)

Arguments

plots

list of ggplot objects as returned by ggplot

xlab

x axis label (character) to be given to each plot or to the plots selected by their indices

indices

indices of the plots to which the x axis label is to be given. By default the x axis label is given to all plots

additional arguments to set_labels, such as action