Description Usage Arguments Value Examples
View source: R/calculate_operational_parameters_berlin_t.R
Calculate operational parameters for Berlin-Tiefwerder
1 2 3 |
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
1 2 3 4 | ## Not run:
raw_list <- read_pentair_data()
myDat <- calculate_operational_parameters_berlin_t(df = raw_list)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.