Interpretation of hydroplot in R (package: "hydroTSM")

514 Views Asked by At

I want to analyze mean daily runoff data by means of a hydroplot. I was able to write the code for the hydroplot.

plot(MeteoZ,main="Runoff (m³/s) for Bad Aibling, Glonn station",xlab="Time")

However, I am not very sure how to interpret it. I have 3 main questions:

  • Since my data was daily, how are the monthly/yearly time series made? Is that averaged per month/year? What does the y-axis represent?
  • Same question for the boxplots.
  • What is the value of the y-axis in the hydroplot? Proportion?

enter image description here

0

There are 0 best solutions below