rmti_write_variables: Write MT3DMS variables Internal function used in the...

Description Usage Arguments

View source: R/internals.R

Description

Write MT3DMS variables Internal function used in the rmt_write_* functions for writing single line datasets

Usage

1
2
3
4
5
6
7
8
9
rmti_write_variables(
  ...,
  file,
  append = TRUE,
  width = 10,
  format = "fixed",
  integer = FALSE,
  iprn = -1
)

Arguments

width

numeric vector with the character widths for each variable. If a single value, it is repeated.

format

either 'fixed' or 'free'. Fixed format assumes fixed width character spaces for each value as determined by the width argument

integer

logical; should all values be converted to integers? MT3D does not allow for exponents in integer values

iprn

ignored


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