https://github.com/cran/ReacTran
Tip revision: 32b0f30689bc6b814a3231f057c8f2ac9f80291d authored by Karline Soetaert on 07 April 2025, 15:00:02 UTC
version 1.4.3.2
version 1.4.3.2
Tip revision: 32b0f30
NAMESPACE
useDynLib(ReacTran)
import(stats)
## selective import to avoid conflicting 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")
