rmt_write_btn: Write a MT3DMS basic transport package file

Description Usage Arguments Value See Also

View source: R/package-btn.R

Description

Write a MT3DMS basic transport package file

Usage

1
2
3
4
5
6
7
8
rmt_write_btn(
  btn,
  file = {    
    cat("Please select btn file to overwrite or provide new filename ...\n")    
    file.choose() },
  iprn = -1,
  ...
)

Arguments

btn

an RMT3DMS btn object

file

filename to write to; typically '*.btn'

iprn

format code for printing arrays in the listing file; defaults to -1 (no printing)

...

arguments passed to rmti_write_array.

Value

NULL

See Also

rmt_read_btn, rmt_create_btn


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