Description Usage Arguments Value
rmt_read_obs reads in an MT3DMS concentration observation file and returns it as an RMT3DMS cobs object.
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
)
 | 
file | 
 filename; typically '*.obs'  | 
btn | 
 
  | 
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')  | 
object of class cobs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.