In the code below, how can I align title (main ="Maximum Annual Temperature Data In Celsius")
to the center of the plot?
autoplot(maxtemp, xlim = c(1990,2020), xlab = "Year", ylab = "Temperature in Celsius",
main ="Maximum Annual Temperature Data In Celsius", colour = "orange")