https://github.com/cran/ReacTran
Raw File
Tip revision: e1145574dc02ebe9e0d96419755e4702aef85172 authored by Karline Soetaert on 16 September 2010, 00:00:00 UTC
version 1.3
Tip revision: e114557
NAMESPACE
useDynLib(ReacTran)
import(stats)
## selective import to avoid conflictin versions
## of matplot between graphics and deSolve
importFrom("graphics", "contour", "filled.contour", "legend", "par",
           "plot", "points")
import(rootSolve)
import(deSolve)
import(shape)
export(fiadeiro, setup.compaction.1D, setup.grid.1D, setup.prop.1D,
      setup.grid.2D, setup.prop.2D, tran.1D, tran.volume.1D, 
      tran.2D, tran.volume.2D, tran.3D, tran.volume.3D,
      tran.polar, tran.cylindrical, tran.spherical)
      
export(advection.1D, advection.volume.1D)
export(p.exp,p.lin,p.sig,g.sphere,g.spheroid,g.cylinder,polar2cart)



S3method("plot","grid.1D")
S3method("plot","prop.1D")
S3method("contour","prop.2D")
back to top