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