duration_apply_dhsi_to_fsa_curve.RdApply Duration HSI to Flow-to-Suitable-Area Curve
duration_apply_dhsi_to_fsa_curve(
fsa,
drc,
fsa_q = q,
fsa_wua = wua,
drc_q = q,
drc_dhsi = dhsi
)A data.frame or tbl_df containing a flow-to-suitable-area curve
A data.frame or tbl_df containing a flow-to-duration-HSI curve
The unquoted name of the flow column in fsa (defaults to q)
The unquoted name of the suitable area column in fsa (defaults to wua)
The unquoted name of the flow column in drc (defaults to q)
The unquoted name of the duration suitability factor column in drc (defaults to dhsi)
A tbl_df data frame with one row per flow (q) containing columns for the original suitable area (wua) and the new duration-weighted suitable area (durwua) along with interim calculation columns.