prep4Sim(CellNOptR)
prep4Sim()所属R语言包:CellNOptR
Prepare a model for simulation
准备一个仿真模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Adds to the model some fields that are used by the simulation engine
添加到模型仿真引擎中使用的一些领域
用法----------Usage----------
prep4Sim(Model)
参数----------Arguments----------
参数:Model
a model list, as output by readSif, normally pre-processed but that is not a requirement of this function
模型列表,输出由readSif,通常预先处理,但就是没有此功能的要求
Details
详情----------Details----------
This adds fields that are necessary for the simulation engine in a version that is extensible for constrained Fuzzy logic extension of the methods applied here (in development).
这增加了约束模糊逻辑扩展应用(开发中)的方法可扩展的一个版本,是必要的模拟引擎的领域。
值----------Value----------
this function returns a list with fields:
这个函数返回一个字段列表:
参数:finalCube
stores, for each reac(row) the location of its inputs (col)
商店,每个反应(行),其输入的位置(COL)
参数:ixNeg
stores, for each reac(row) and each input (col) whether it is a negative input
商店,每个反应(行)和每个输入(COL)它是否是一个负输入
参数:ignoreCube
logical matrix of the same size as the 2 above, that tells whether the particular cell is filled or not
为2个以上的矩阵大小相同的逻辑,是否填写或不特定的单元,它告诉
参数:maxIx
row vector that stores, for each reac, the location of its output
行向量,商店,每一个反应,其输出的位置
参数:modelname
stores the name of the model from which these fields were derived
存储从这些领域,推导出模型的名称
作者(S)----------Author(s)----------
C. Terfve
参见----------See Also----------
simulatorT1
simulatorT1
举例----------Examples----------
data(ToyModel,package="CellNOptR")
ToyFields4Sim<-prep4Sim(ToyModel)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|