The RMT3DMS package provides a set of tools for solute transport modelling with MT3DMS.
To install:
- first install the devtools package:
install.packages("devtools")
- load the devtools package:
library(devtools)
- there is no major release of the RMT3DMS package yet
- to install version 0.3.0:
- install the RTOOLZ package:
install_github("rogiersbart/RTOOLZ@v0.3.0")
- install RMODFLOW:
install_github("rogiersbart/RMT3DMS@v0.3.0")
- install the RTOOLZ package:
- to install the latest development version:
- install the RTOOLZ package:
install_github("rogiersbart/RTOOLZ")
- install RMODFLOW:
install_github("rogiersbart/RMT3DMS")
- install the RTOOLZ package:
Find out more at http://rogiersbart.blogspot.com/search/label/Science, or track development at http://github.com/rogiersbart/RMT3DMS.