plot_curves: Ploting Curves

View source: R/fct_plot_curves.R

plot_curvesR Documentation

Ploting Curves

Description

Ploting Curves

Usage

plot_curves(curve, marke, cylinder, diameter, op_points)

Arguments

curve

Curve "kv", "zv" or "sigma"

marke

marke, Brand

cylinder

cylinder name

diameter

Diameter of the Valve

op_points

table with the operations points

Value

curves ggplot

Examples

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)

ratral/gpvapp documentation built on May 13, 2022, 12:51 a.m.