rmf_read_hob: Read a MODFLOW head observations file

View source: R/package-hob.R

rmf_read_hobR Documentation

Read a MODFLOW head observations file

Description

read_hob reads in a MODFLOW head observations file and returns it as an RMODFLOW hob object.

Usage

rmf_read_hob(
  file = {
     cat("Please select hob file ...\n")
     file.choose()
 },
  ...
)

rmf_read_ob_hob(...)

Arguments

file

filename; typically '*.hob'

...

arguments passed to rmfi_parse_variables. Can be ignored when input is 'free' format.

Value

object of class hob

Functions

  • rmf_read_ob_hob(): Compatible with default ModelMuse file extensions

See Also

rmf_create_hob, rmf_write_hob and https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?hob.htm


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.