mw_conc_filters: Calculate concentrations (mixed) of selected filters at times...

Description Usage Arguments Value Examples

View source: R/mw_conc_filters.R

Description

Calculate concentrations (mixed) of selected filters at times as specified in table created with mw_conc_streamlines

Usage

1
mw_conc_filters(fltr_nrs, well_fltrs, sl_fltr_table, conc_streamlines)

Arguments

fltr_nrs

Well filter numbers (numeric vector).

well_fltrs

Data frame with wells as read from *.ipf file by the function mw_read_well_filters()

sl_fltr_table

Dataframe as created with the function mw_create_sl_fltr_table.

conc_streamlines

Table (tibble) as created with the function mw_conc_init.

Value

Dataframe with the following variables (columns):

Examples

1
2
3
4
5
6
7
fname <- system.file("extdata","well_filters.ipf",package="mipwelcona")
well_fltrs <- mw_read_well_filters(fname)
sl_fltr_table <- mw_example_sl_fltr_table()
conc_streamlines <- mw_example_conc_streamlines()
sl_fltr_table <- mw_example_sl_fltr_table()
conc <- mw_conc_filters( fltr_nrs=c(1,2), well_fltrs, sl_fltr_table, conc_streamlines )
head(conc)

KeesVanImmerzeel/mipwelcona documentation built on Nov. 11, 2020, 10:35 p.m.