rmt_read_obs: Read an MT3DMS Concentrations Observation File

Description Usage Arguments Value

View source: R/output.R

Description

rmt_read_obs reads in an MT3DMS concentration observation file and returns it as an RMT3DMS cobs object.

Usage

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

Arguments

file

filename; typically '*.obs'

btn

RMT3DMS btn object

solute

optional integer used to set the species index in. By default, the code tries to guess this from the filename (e.g. 'MT3D001.OBS')

Value

object of class cobs


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