rmt_read_dsp reads in an MT3DMS dispersion package file and returns it as an RMT3DMS dsp object.

rmt_read_dsp(
  file = {     cat("Please select dsp file ...\n")     file.choose() },
  btn = {     cat("Please select corresponding btn file ...\n")    
    rmt_read_btn(file.choose()) },
  ...
)

Arguments

file

filename; typically '*.dsp'

btn

RMT3DMS btn object

...

optional arguments passed to rmti_parse_array

Value

object of class dsp

See also