plot_kv | R Documentation |
Plot Flow coefficient Kv Value
plot_kv(cyl_name, b, d, e, zvs, dn)
cyl_name |
Name of the control characteristic |
b |
steepness |
d |
upper value |
e |
the effective dose |
zvs |
Resistance Coefficient Zeta full open |
dn |
dn diameter in millimeter (mm) |
ggplot graphic. Flow coefficient Kv Value
library(dplyr) param <- cylinder_parameter("VAG") %>% filter(cyl_name == "E") plot_kv(param$cyl_name, param$kv_b, param$kv_d, param$kv_e, param$zvs, dn =200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.