rmt_read_btn reads in a MT3DMS basic transport package file and returns it as a RMT3DMS btn object.

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

Arguments

file

filename; typically '*.btn'

...

optional arguments passed to rmti_parse_array

Value

object of class btn

See also