Description Usage Arguments Value See Also
Find the nearest well filter of a particle on a streamline.
1 | .nearest_well_fltr(particle, well_fltrs, maxdist = 100)
|
particle |
Location of particle (x,y,z) (numeric vector) |
well_fltrs |
Data frame with wells as read from *.ipf file by the 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. |
nearest well filter number (numeric) particle <- c(X=271877.5, Y=554247.5, Z=-41.237) .nearest_well_fltr(particle, well_fltrs=chk_mw_read_well_filters, maxdist = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.