ggplot_max_vals.RdAdd max value labels to a ggplot
ggplot_max_vals(p, n_stats, width_stat = "samples", max_val_dfs, font_size)The plot to add max values to
Tcount statistics made by get_n_stats()
The count used to determine x-position. In sample plots, use "samples". in group plots, use "groups".
The font size in pt to use for header label plotting.
The max value list generated by build_max_dfs()
a ggplot2 object