/modr

Postprocessing of MODFLOW 6 files in R

Primary LanguageROtherNOASSERTION

modr

modr contains functions to read MODFLOW 6 output into R and to create different objects from that output, such as tibbles which can be used for plotting or spatial objects using the sf package which can be exported.

Installation

You can install the development version of modr from GitHub with:

# install.packages("devtools")
devtools::install_github("cneyens/modr")

Example

Coming soon.