sim_pred_Kb | R Documentation |
Uses linear interpolation among "nodes" (lnQ, lnK points) to predict daily
values of the natural log of K600, based on the lnK ~ lnQ relationship
specified by K600_lnQ_nodes_centers
and lnK600_lnQ_nodes
sim_pred_Kb(K600_lnQ_nodes_centers, lnK600_lnQ_nodes, lnQ.daily)
K600_lnQ_nodes_centers |
data configuration argument for
pool_K600='binned'. numeric vector giving the natural-log-space centers of
the discharge bins. See also |
lnK600_lnQ_nodes |
For a sim model with pool_K600='binned'. The values of lnK600 at each node. The default value of this spec is a function that computes lnK600s based on simulated K~Q relationships. |
lnQ.daily |
vector of daily values of the natural log of discharge,
e.g., |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.