list.objects(Simile)
list.objects()所属R语言包:Simile
List Simile model components
列表比喻模型组件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Lists all the model components with values. Components are specified by path, i.e., a string made from their caption preceded by the caption of their parent submodel, its parent and so on, separated by forward-slashes like a directory path.
列出所有的模型组件的值。组件所指定的路径,即由他们的标题字符串之前,他们的父母子模型的标题,其母公司等,分离由正斜线一样的目录路径。
用法----------Usage----------
list.objects(model.handle)
参数----------Arguments----------
参数:model.handle
Model handle created when calling load.model()
型号手柄时调用load.model()
值----------Value----------
List of component paths as described above, in tree traversal order
名单组件路径如上所述,在树的遍历顺序
(作者)----------Author(s)----------
Jasper Taylor
实例----------Examples----------
list.objects(model.handle)
# [1] "/sector" "/sector/output" "/sector/flow1" [[1]“/部门”,“/部门/输出”/ sector/flow1“]
# [4] "/sector/variation"[[4]“/部门/变更”]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|