calc_model_A: Calculate modeled bankfull flow area

Description Usage Arguments Value Examples

Description

Assumes some model, such as linear, nonlinear, or slope break for the channel cross section

Usage

1
calc_model_A(model, type, WSEw = NULL)

Arguments

model

fitted model to the WSE-w data

type

type of model. Default is linear. Options are linear, sb, sbm, nl, and nlsb

WSEw

WSE-w data for the fit. Only required if fit is nonlinear

Value

A cross-sectional area of flow

Examples

1
2
A.l <- calc_modelA(lf[[1]], type = "linear")
A.sb <- calc_modelA(sbm[[1]], type = "sbm")

jschap1/WSEw documentation built on May 12, 2019, 10:50 a.m.