View source: R/fct_plot_sigma.R
plot_sigma | R Documentation |
Plot sigma for Incipient, Constant and Maximum cavitation
plot_sigma(cyl_name, b, d, e, fls)
cyl_name |
Name of the control characteristic |
b |
steepness |
d |
upper value |
e |
the effective dose |
fls |
liquid pressure recovery full open (max between fl and Flp/Fp) |
ggplot graphic. of the sigma for Incipient, Constant and Maximum cavitation
library(dplyr) param <- cylinder_parameter("VAG") %>% filter(cyl_name == "E") plot_sigma(param$cyl_name, param$kv_b, param$kv_d, param$kv_e, param$fls)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.