tab_op_points: Output DT data table of operation points

View source: R/fct_tab_op_points.R

tab_op_pointsR Documentation

Output DT data table of operation points

Description

Output DT data table of operation points

Usage

tab_op_points(op_data)

Arguments

op_data

Calculated Operations points Table

Value

DTtable

Examples

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)

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