View source: R/fct_plot_curves.R
plot_curves | R Documentation |
Ploting Curves
plot_curves(curve, marke, cylinder, diameter, op_points)
curve |
Curve "kv", "zv" or "sigma" |
marke |
marke, Brand |
cylinder |
cylinder name |
diameter |
Diameter of the Valve |
op_points |
table with the operations points |
curves ggplot
library(dplyr) library(ggplot2) op_data <- tibble::tibble(p1 = c(2,3), p2 = c(1,1), flow = c(500, 750)) op_points <- operation_points(op_data, "VAG", "E", 200) plot_curves("kv", "VAG", "E", 200, op_points) plot_curves("zv", "VAG", "E", 200, op_points) plot_curves("sigma", "VAG", "E", 200, op_points)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.