https://github.com/cran/ReacTran
Revision c455f23349da640f38c0a83c7127c199e7d95430 authored by Karline Soetaert on 19 July 2009, 00:00:00 UTC, committed by Gabor Csardi on 19 July 2009, 00:00:00 UTC
0 parent
Raw File
Tip revision: c455f23349da640f38c0a83c7127c199e7d95430 authored by Karline Soetaert on 19 July 2009, 00:00:00 UTC
version 1.1
Tip revision: c455f23
ReacTran.Rd
\name{ReacTran-package}
\alias{ReacTran-package}
\alias{ReacTran}
\docType{package}
\title{
  Reactive Transport Modelling in 1D, 2-D and 3-D
}
\description{
  
  R-package ReacTran contains routines that enable the development of
  reactive transport models in aquatic
  systems (rivers, lakes), 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.
  
  It contains:
  \itemize{
    \item Functions to setup a finite-difference grid (1D or 2D)
    \item Functions to attach parameters and properties to this grid (1D or 2D)
    \item Functions to calculate the advective-diffusive transport term over
      the grid (1D, 2D, 3D)
    \item Utility functions
  }
  
  
}
\details{
  \tabular{ll}{
    Package: \tab ReacTran\cr
    Type: \tab Package\cr
    Version: \tab 1.1\cr
    Date: \tab 2009-05-31\cr
    License: \tab GNU Public License 2 or above\cr
  }
}
\author{
  Karline Soetaert (Maintainer)
  
  Filip Meysman
}
\examples{
\dontrun{

## 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"))

}
}

\keyword{ package }
back to top