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()) },
...
)
| file | filename; typically '*.dsp' |
|---|---|
| btn |
|
| ... | optional arguments passed to |
object of class dsp