View source: R/fct_tab_op_points.R
tab_op_points | R Documentation |
Output DT data table of operation points
tab_op_points(op_data)
op_data |
Calculated Operations points Table |
DTtable
op_data <- tibble::tibble(p1 = c(2,3), p2 = c(1,1), flow = c(500, 750)) op_data <- operation_points(op_data, "VAG", "E", 200) tab_op_points(op_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.