ch_axis_doy {CSHShydRology} | R Documentation |
Generates an axis for day of year or day of water year; used by
ch_regime_plot
. Obtaining the day of water year needs to be done separately.
ch_axis_doy(wyear = 1)
wyear |
Month of beginning of water year, |
Plots a water year axis on a standard R plot
Paul Whitfield
a <- seq(1, 365)
b <- runif(365)
plot(a, b, type = "p", xlab = "", xaxt = "n")
ch_axis_doy(wyear = 10) # starts in October