Compute R-Q Seasonal Slopes
rq_slopes.Rd
Analyzes seasonal response changes using cumulative precipitation-runoff (R-Q) differences, identifying breakpoints between dry and wet periods.
Arguments
- Q
Numeric vector of streamflow values L³/T
- R
Numeric vector of precipitation values L/T
- hdays
Numeric vector of hydrological day indices (1-365/366)
- start
Integer first day to analyze (default: 15)
- end
Integer last day to analyze (default: 183)
- bp
Initial guess for breakpoint day (default: midpoint between start/end)
- intercept
Logical indicating whether to estimate intercepts (TRUE) or fix at 0 (FALSE)