# Plot histogram with monthly averages together with maxima and minima
# curves
data(stMeteo)
plotAvgTemp(stMeteo)
plotAvgTemp(stMeteo, temp = "temperature",
avg.time = "1 month", ylabel = "Temperatura [C]")
Run the code above in your browser using DataLab