initialize,Model_14-method {SoilR} | R Documentation |
It is usually not necessary for user code to call this method.
It's purpose is to enforce some sanity checks since it gets automatically
called by new
whenever an object of this class is created
## S4 method for signature 'Model_14' initialize( .Object, times = c(0, 1), mat = ConstLinDecompOp(matrix(nrow = 1, ncol = 1, 0)), initialValues = numeric(), initialValF = ConstFc(values = c(0), format = "Delta14C"), inputFluxes = BoundInFluxes(function(t) { return(matrix(nrow = 1, ncol = 1, 1)) }, 0, 1), c14Fraction = BoundFc(function(t) { return(matrix(nrow = 1, ncol = 1, 1)) }, 0, 1), c14DecayRate = 0, solverfunc = deSolve.lsoda.wrapper, pass = FALSE )
.Object |
object of class: |
times |
no manual documentation |
mat |
no manual documentation |
initialValues |
no manual documentation |
initialValF |
no manual documentation |
inputFluxes |
no manual documentation |
c14Fraction |
no manual documentation |
c14DecayRate |
no manual documentation |
solverfunc |
no manual documentation |
pass |
no manual documentation |