Ajoute un label pour les unités sur le plus grand des labels y
Examples
if (FALSE) { # \dontrun{
library(ggplot2)
plot <- ggplot(mtcars) +
geom_point(aes(x=mpg, y=hp, size=cyl, col=gear)) +
theme_ofce(base_family="Nunito")
# plot |> add_label_unit("horse power")
} # }