rmt_read_rct: Read an MT3DMS Chemical Reaction Package file

Description Usage Arguments Value See Also

View source: R/package-rct.R

Description

rmt_read_rct reads in an MT3DMS/MT3D-USGS reaction package file and returns it as an RMT3DMS rct object.

Usage

1
2
3
4
5
6
rmt_read_rct(
  file = {     cat("Please select rct file ...\n")     file.choose() },
  btn = {     cat("Please select corresponding btn file ...\n")    
    rmt_read_btn(file.choose()) },
  ...
)

Arguments

file

filename; typically '*.rct'

btn

RMT3DMS btn object

...

optional arguments passed to rmti_parse_array

Value

object of class rct

See Also

rmt_create_rct, rmt_write_rct


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