rmf_read_hfb | R Documentation |
rmf_read_hfb
reads in a MODFLOW horizontal flow barrier file and returns it as an RMODFLOW
hfb object.
rmf_read_hfb( file = { cat("Please select horizontal flow barrier file ...\n") file.choose() }, dis = { cat("Please select corresponding dis file ...\n") rmf_read_dis(file.choose()) }, ... )
file |
filename; typically '*.hfb' |
dis |
an |
... |
arguments passed to |
RMODFLOW
hfb object
rmf_write_hfb
, rmf_create_hfb
, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?hfb6.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.