| rmf_write_drn | R Documentation |
rmf_write_drn writes a MODFLOW drain file based on an RMODFLOW drn object
rmf_write_drn(
drn,
dis = rmf_read_dis(),
file = {
cat("Please choose drn file to overwrite or provide new filename ...\n")
file.choose()
},
...
)
drn |
an |
dis |
an |
file |
filename to write to; typically '*.drn' |
... |
arguments passed to |
NULL
rmf_read_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.