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,
  ...
)

Arguments

dsp

an RMT3DMS dsp object

file

filename to write to; typically '*.dsp'

btn

an RMT3DMS btn object

iprn

format code for printing arrays in the listing file; defaults to -1 (no printing)

...

arguments passed to rmti_write_array.

Value

NULL

See also