rmf_write_lmt | R Documentation |
Write a MODFLOW Link-MT3DMS Package file
rmf_write_lmt( lmt, file = { cat("Please choose lmt file to overwrite or provide new filename ...\n") file.choose() }, ... )
lmt |
|
file |
filename to write to; typically '*.lmt' |
... |
ignored |
NULL
rmf_create_lmt
, rmf_read_lmt
and https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?lmt6.htm
lmt <- rmf_create_lmt() rmf_write_lmt(lmt, file = file.path(tempdir(), 'input.lmt'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.