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