| rmf_read_mlt | R Documentation |
read_mlt reads in a MODFLOW multiplier file and returns it as an RMODFLOW mlt object.
rmf_read_mlt(
file = {
cat("Please select mlt file ...\n")
file.choose()
},
dis = {
cat("Please select dis file ...\n")
rmf_read_dis(file.choose())
},
...
)
file |
filename; typically '*.mlt' |
dis |
discretization file object; defaults to that with the same filename but with extension '.dis' |
... |
arguments passed to |
RMODFLOW mlt object
rmf_write_mlt, rmf_create_mlt, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?mult.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.