View source: R/fct_operation_points.R
operation_points | R Documentation |
Calculation of the operations points data
operation_points( op_data, marke, cylinder, diameter, masl = 0, temperature = 20 )
op_data |
table with the operations data p1, p2, flow |
marke |
Brand |
cylinder |
cylinder name |
diameter |
valve diameter |
masl |
meters above sea level |
temperature |
temperature in Celsius |
tibble table
op_data <- tibble::tibble(p1 = c(2,3), p2 = c(1,1), flow = c(500, 750)) operation_points(op_data, "VAG", "E", 200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.