Write an MT3DMS dispersion package file
rmt_write_dsp( dsp, file = { cat("Please select dsp file to overwrite or provide new filename ...\n") file.choose() }, btn = { cat("Please select corresponding btn file ...\n") rmt_read_btn(file.choose()) }, iprn = -1, ... )
| dsp | an |
|---|---|
| file | filename to write to; typically '*.dsp' |
| btn | an |
| iprn | format code for printing arrays in the listing file; defaults to -1 (no printing) |
| ... | arguments passed to |
NULL