Skip to contents

Calculate operational parameters for Berlin-Friedrichshagen

Usage

calculate_operational_parameters_berlin_f(
  df,
  calc_list = get_calc_info_from_config(config, "expr"),
  calc_list_name = get_calc_info_from_config(config, "name"),
  calc_list_unit = get_calc_info_from_config(config, "unit"),
  calc_paras = get_calc_info_from_config(config, "paras"),
  config = get_calc_config("berlin_f")
)

Arguments

df

a data frame as retrieved by import_data_berlin_f()

calc_list

list with calculation operations to be carried out

calc_list_name

full names of parameters to be used for plotting for each calculation specified wit 'calc_list'.

calc_list_unit

units of parameters to be used for plotting for each calculation specified wit 'calc_list'.

calc_paras

a vector with parameter codes used for performing calculations defined in 'calc_list'

config

configuration object (list) from which the calc_* arguments are filled. Default: get_calc_config("berlin_f")

Value

dataframe with calculated operational parameters

Examples

if (FALSE) {
raw_list <- import_data_berlin_f()
myDat <- calculate_operational_parameters_berlin_f(df = raw_list)
}