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