Titles (ggplot2) Solution # bp + labs(title="Plant growth")# If the title is long, it can be split into multiple lines with \n# Reduce line spacing and use bold textbp + ggtitle("Plant growth with\ndifferent treatments") +