Write an MT3DMS Chemical Reaction Package file
rmt_write_rct( rct, file = { cat("Please select rct file to overwrite or provide new filename ...\n") file.choose() }, btn = { cat("Please select corresponding btn file ...\n") rmt_read_btn(file.choose()) }, iprn = -1, ... )
rct | an |
---|---|
file | filename to write to; typically '*.rct' |
btn | an |
iprn | format code for printing arrays in the listing file; defaults to -1 (no printing) |
... | arguments passed to |
NULL