fixParms(simecol)
fixParms()所属R语言包:simecol
Fix ‘parms’, ‘init’ or ‘times’ Slot of ‘simecol’ Objects
修复“PARMS”,“init或倍插槽simecol对象的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The functions invoke an editor dialog for parameters, initial values or time steps of simObj objects and then assign the new (edited) version of x in the user's workspace. A Tcl/Tk version or spreadsheet editor is displayed if possible, depending on the structure of the respective slot.
函数调用的参数,初始值或时间步simObj对象编辑器“对话框,然后分配一个新的版本(编辑)x用户的工作空间。一个Tcl / Tk版本或电子表格编辑器中显示,如果可能的话,根据结构的相应插槽。
用法----------Usage----------
fixParms(x)
fixTimes(x)
fixInit(x)
参数----------Arguments----------
参数:x
A valid instance of the simObj class.
有效的simObj类的实例。
参见----------See Also----------
sEdit, simObj, parms, times, init, fix
sEdit,simObj,parms,times,init,fix
实例----------Examples----------
## Not run: [#不运行:]
data(lv) # load basic Lotka-Volterra model[加载基本的Lotka-Volterra模型]
fixParms(lv)
plot(sim(lv))
data(conway) # Conway's game of life[康威的游戏人生]
init(conway) <- matrix(0, 10, 10)
fixInit(conway) # enter some "1"[输入一些“1”]
sim(conway, animate = TRUE, delay = 100)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|