Description Usage Arguments Details Value Examples
View source: R/mw_read_well_filters.R
Read wells from *.ipf file.
1 | mw_read_well_filters(fname)
|
fname |
Filename (character) |
The same WL_NR is assigned to filters that have equal coordinates.
dataframe with the following variables (columns):
FLTR_NR: Filter number (integer)
FLTR_ID: Filter ID (character)
WL_NR: (unique) Well number (numeric)
X: x-coordinate (numeric)
Y: y-coordinate (numeric)
BK_FLTR: Top filter relative to reference level (m) (numeric)
OK_FLTR: Bottom filter relative to reference level (m) (numeric)
Q_FLTR: Extraction (m3/day; negative is extraction; positive is infiltration) (numeric)
1 2 | fname <- system.file("extdata","well_filters.ipf",package="mipwelcona")
well_fltrs <- mw_read_well_filters(fname)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.