knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The {RMODFLOW} R package provides a set of tools for groundwater flow modelling with MODFLOW. The functionality is targeted at feature-parity with that of the ModelMuse GUI and friends, albeit restricted to the MODFLOW-2005 family of codes. Related developments are the {RMT3DMS} package for solute transport modelling, and {RMODPATH} for particle tracking.
You can install the latest version of {RMODFLOW} with any of the following:
renv::install("rogiersbart/RMODFLOW") pak::pkg_install("rogiersbart/RMODFLOW") remotes::install_github("rogiersbart/RMODFLOW")
If you don't have {renv}, {pak}, or {remotes} installed, try this instead:
install.packages("remotes") remotes::install_github("rogiersbart/RMODFLOW")
To get started, have a look at the introduction to {RMODFLOW}. A series of articles is available if you want to dive deeper into the {RMODFLOW} functionality:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.