swh:1:snp:bbc0b94b1c0463480b615c86f1ae2df3fcc700c0
Raw File
Tip revision: 4945515d3d9eb03bb3f931bb41d2f124904f90bc authored by Karline Soetaert on 15 August 2017, 21:13:03 UTC
version 1.4.3.1
Tip revision: 4945515
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