coef_emitter | R Documentation |
coef_emitter
Calculates the coefficients of the emitter pressure-flow power equation
coef_emitter(h, q)
h |
Pressure |
q |
Flow rate |
h <- c(10, 20, 30)
q <- c(7.9, 11.4, 14.1)
coef_emitter(h, q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.