ReacTran-package {ReacTran} | R Documentation |
R-package ReacTran contains routines that enable the development of reactive transport models in aquatic systems (rivers, lakes, oceans), porous media (floc aggregates, sediments,...) and even idealized organisms (spherical cells, cylindrical worms,...).
The geometry of the model domain is either one-dimensional, two-dimensional or three-dimensional.
The package contains:
Package: | ReacTran |
Type: | Package |
Version: | 1.1 |
Date: | 2009-05-31 |
License: | GNU Public License 2 or above |
Karline Soetaert (Maintainer)
Filip Meysman
## Not run: ## show examples (see respective help pages for details) example(tran.1D) example(tran.2D) example(tran.3D) example(tran.volume.1D) ## open the directory with documents browseURL(paste(system.file(package="ReacTran"), "/doc", sep="")) ## show package vignette with how to use ReacTran ## + source code of the vignette vignette("ReacTran") edit(vignette("ReacTran")) ## End(Not run)