Learn R Programming

SoilR (version 1.2.107)

initialize,NlModel-method: automatic title

Description

automatic title

Usage

# S4 method for 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 )

Arguments

.Object

no manual documentation

times

no manual documentation

DepComp

no manual documentation

initialValues

no manual documentation

inputFluxes

no manual documentation

solverfunc

no manual documentation

pass

no manual documentation