Titles (ggplot2)

    Solution

    1. # bp + labs(title="Plant growth")
    2. # If the title is long, it can be split into multiple lines with \n
    3. # Reduce line spacing and use bold text
    4. bp + ggtitle("Plant growth with\ndifferent treatments") +