# Plot average monthly temperature and curves with monthly maximum and minimum
data(stMeteo)
str(stMeteo)
plotAvgTemp(stMeteo)
# Add a custom title
plotAvgTemp(stMeteo, title = "Monthly temperature")
# Override default locale
plotAvgTemp(stMeteo, avg.time = "1 month", locale = "it_IT")
Run the code above in your browser using DataLab