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 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
)
no manual documentation
no manual documentation
no manual documentation
no manual documentation
no manual documentation
no manual documentation
no manual documentation
no manual documentation
no manual documentation
no manual documentation