flux_regression: Estimate daily loads using multi-variate regression

Description Usage Arguments Value

View source: R/flux_regression.R

Description

Estimate daily loads using multi-variate regression

Usage

1
2
flux_regression(x, interp = FALSE, max_interval = 90,
  extrapolate_flow = FALSE, start_month = 10, predict_wyear_range = NULL)

Arguments

x

data frame containing observed concentrations, flows, and loads

interp

flag to interpolate residuals

max_interval

maximum interval for using interpolation

extrapolate_flow

flag to allow extrapolation of flow variables for prediction (Qderiv, Q)

start_month

first month of water year

predict_wyear_range

vector of length 2 specifying range of water years for final predications (or NULL to use span of data)

Value

list


walkerjeffd/fluxr documentation built on Sept. 16, 2021, 1:29 a.m.