https://github.com/cran/ReacTran
Raw File
Tip revision: 6a2a464424c6eaca2ee6747a2ff1fc6e15105936 authored by Karline Soetaert on 24 December 2014, 00:00:00 UTC
version 1.4.2
Tip revision: 6a2a464
NAMESPACE
useDynLib(ReacTran)
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