176: Class '"Model"'

Description Slots Methods Author(s) Examples

Description

serves as a fence to the interface of SoilR functions. So that later implementations can differ

Slots

times:

Object of class "numeric" ~~

mat:

Object of class "DecompOp" ~~

initialValues:

Object of class "numeric" ~~

inputFluxes:

Object of class "InFlux" ~~

solverfunc:

Object of class "function" ~~

Methods

[

signature(x = "Model", i = "character", j = "ANY", drop = "ANY"): ...

getAccumulatedRelease

signature(object = "Model"): ...

getC

signature(object = "Model"): ...

getReleaseFlux

signature(object = "Model"): ...

getTimes

signature(object = "Model"): ...

initialize

signature(.Object = "Model"): ...

plot

signature(x = "Model"): ...

print

signature(x = "Model"): ...

show

signature(object = "Model"): ...

summary

signature(object = "Model"): ...

Author(s)

Carlos A. Sierra, Markus Mueller

Examples

1
showClass("Model")

SoilR documentation built on May 4, 2017, 9:08 p.m.

Related to 176 in SoilR...