R/calculate_operational_parameters_berlin_t.R
calculate_operational_parameters_berlin_t.Rd
Calculate operational parameters for Berlin-Tiefwerder
calculate_operational_parameters_berlin_t( df, calc_list = list(recovery = "100*`FY-20-01`/`FT-10-01`"), calc_list_name = c("recovery"), calc_list_unit = c("%"), calc_paras = c("FY-20-01", "FT-10-01") )
df | a data frame as retrieved by read_pentair_data() |
---|---|
calc_list | list with calculation operations to be carried out (default: list(recovery = "100*`FY-20-01`/`FT-10-01`")) |
calc_list_name | full names of parameters to be used for plotting for each calculation specified wit 'calc_list'. default: c('recovery') |
calc_list_unit | units of parameters to be used for plotting for each calculation specified wit 'calc_list'. default: c("percent") |
calc_paras | a vector with parameter codes used for performing calculations defined in 'calc_list' (default: c("FY-20-01", "FT-10-01") |
dataframe with calculated operational parameters
if (FALSE) { raw_list <- read_pentair_data() myDat <- calculate_operational_parameters_berlin_t(df = raw_list)}