mw_conc_wells: Calculate concentrations (mixed) of selected wells at times...

Description Usage Arguments Value Examples

View source: R/mw_conc_wells.R

Description

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

Usage

1
mw_conc_wells(well_nrs, well_fltrs, sl_fltr_table, conc_streamlines)

Arguments

well_nrs

Well 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
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()
conc <- mw_conc_wells( well_nrs=c(1,9), well_fltrs, sl_fltr_table, conc_streamlines )

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