Set the Titles in a List of ggplot Objects
set_titles(plots, title, indices = seq_along(plots), ...)
plots | list of ggplot objects as returned by |
---|---|
title | title (character) to be given to each plot or to the plots
selected by their |
indices | indices of the plots to which the title is to be given. By default the title is given to all plots |
… | additional arguments to |