set.model.step(Simile)
set.model.step()所属R语言包:Simile
Sets the time step used to execute a model.
设定用于执行一个模型时间步长。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The time step is the amount by which the model time advances each time the state variables are updated. A model may have more than one time step.
时间步长是由该模型时代的进步,每次更新状态变量的数量。一个模型可能有一个以上的时间步长。
用法----------Usage----------
set.model.step(instance.handle,step.index,step.size)
参数----------Arguments----------
参数:instance.handle
The handle returned by create.model(), identifying an executable model instance.
返回的句柄由create.model(),确定一个可执行的模型实例。
参数:step.index
The level of the time step to be set. If a model only has one time step, this is step 1. Higher levels are set to shorter steps.
的电平的时间步长来进行设置。如果模型只有一个时间步长,这是第1步。更高的级别设置为更短的步骤。
参数:step.size
The duration for the time step.
持续的时间步长。
值----------Value----------
None
无
(作者)----------Author(s)----------
Jasper Taylor
实例----------Examples----------
set.model.step(instance.handle, 1, 0.1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|