NpYdot(SoilR)
NpYdot()所属R语言包:SoilR
NpYdot
NpYdot
译者:生物统计家园网 机器人LoveR
描述----------Description----------
All the ode solvers need to be able to compute the derivative y'=y'(y,t) for all possible values of y and t. This funtion is used to create such a function suitable for the use by the odesolvers available in the package. (euler or ode or any other user provided function with the same interface.)
所有的颂歌求解器需要能够计算衍生物Y= y的(,t)的所有可能的值y和t。这FUNTION是用来创建一个这样的功能,适用于由包中的odesolvers的使用。 (euler或ode或任何其他用户提供的函数具有相同的接口。)
用法----------Usage----------
NpYdot(A, inputrates)
参数----------Arguments----------
参数:A
An object of class DecompositionOperator, basically a matrix valued function containing the decay rates for the n pools , coupling and feedback paths of the whole model as functions of time. The size of this quadratic matrix is nxn for n pools.
一个对象的类DecompositionOperator的,基本上是一个矩阵值函数的衰减速率为n个游泳池,整个模型作为时间的函数的耦合反馈路径。这二次矩阵的大小是n×n的氮库。
参数:inputrates
An object of Class inputFlux, basically a vector function describing the inputs to the pools as functions of time
一个对象的类别inputFlux,基本上是一个向量函数的输入池作为时间的函数
值----------Value----------
The return value is a function (or closure in R jargon ) that can compute the derivative vector for the ode system y'=y'(y,t).
返回值是一个函数在R术语(或关闭),可以计算出衍生向量的颂歌系统y= Y(Y,T)。
(作者)----------Author(s)----------
Carlos A. Sierra <csierra@bgc-jena.mpg.de>, Markus Mueller <mamueller@bgc-jena.mpg.de>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|