mw_create_sl_fltr_table: Create table with indices linking the streamlines to well...

Description Usage Arguments Value Examples

View source: R/mw_create_sl_fltr_table.R

Description

Create table with indices linking the streamlines to well filters.

Usage

1
mw_create_sl_fltr_table(strm_lns, well_fltrs, maxdist = 100)

Arguments

strm_lns

Streamlines as read from function mw_read_streamlines()

well_fltrs

Well filters as read from function mw_read_well_filters()

maxdist

The maximum distance the particle can be from a well filter if it is to be a selection candidate.

Value

dataframe with the following variables (columns):

Examples

1
2
3
4
5
fname <- system.file("extdata","streamlines.iff",package="mipwelcona")
strm_lns <- mw_read_streamlines(fname)
fname <- system.file("extdata","well_filters.ipf",package="mipwelcona")
well_fltrs <- mw_read_well_filters(fname)
sl_fltr_table <- mw_create_sl_fltr_table(strm_lns, well_fltrs, maxdist=100)

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