initialize,NlModel-method {SoilR} | R Documentation |
automatic title
## S4 method for signature 'NlModel' initialize( .Object, times = c(0, 1), DepComp = new(Class = "TransportDecompositionOperator", 0, 1, function(t) { return(matrix(nrow = 1, ncol = 1, 0)) }, function(t) { return(matrix(nrow = 1, ncol = 1, 0)) }), initialValues = numeric(), inputFluxes = BoundInFluxes(function(t) { return(matrix(nrow = 1, ncol = 1, 1)) }, 0, 1), solverfunc = deSolve.lsoda.wrapper, pass = FALSE )
.Object |
object of class: |
times |
no manual documentation |
DepComp |
no manual documentation |
initialValues |
no manual documentation |
inputFluxes |
no manual documentation |
solverfunc |
no manual documentation |
pass |
no manual documentation |