rmt_read_dsp: Read an MT3DMS dispersion package file

Description Usage Arguments Value See Also

View source: R/package-dsp.R

Description

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

Usage

1
2
3
4
5
6
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

rmt_create_dsp, rmt_write_dsp


rogiersbart/RMT3DMS documentation built on Oct. 16, 2021, 9:45 a.m.