Learn R Programming

SoilR (version 1.2.105)

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

object of class:NlModel, 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