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