| rmf_read_lmt | R Documentation |
Read a MODFLOW Link-MT3DMS Package file
rmf_read_lmt(
file = {
cat("Please select lmt file ...\n")
file.choose()
},
...
)
file |
filename; typically '*.lmt' |
... |
ignored |
object of class lmt
rmf_create_lmt, rmf_write_lmt and https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?lmt6.htm
file <- rmf_example_file('rocky-mountain-arsenal.lmt')
rmf_read_lmt(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.