get.value.list(Simile)
get.value.list()所属R语言包:Simile
Get values from model components
从模型组件中获取值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieves data from the model, as either a single quantity or a possibly nested list of values
检索模型中的数据,作为一个单一的数量或可能嵌套列表的值
用法----------Usage----------
get.value.list(instance.handle, value.name, as.enum.types)
参数----------Arguments----------
参数:instance.handle
The handle returned by create.model(), identifying an executable model instance.
返回的句柄由create.model(),确定一个可执行的模型实例。
参数:value.name
Caption path to the model component whose values are required
标题路径的模型组件,其值是必需的
参数:as.enum.types
Logical: whether to supply indices and values as character strings, using enumerated type members if applicable. Default is false: indices are integers and values are numerical.
逻辑:是否提供索引和字符串值,使用枚举类型的成员(如适用)。默认值是false:指数是整数的值是数值。
值----------Value----------
A value or index-value list, from the model
值或索引值的列表,从模型
(作者)----------Author(s)----------
Jasper Taylor
参见----------See Also----------
get.value.array
get.value.array
实例----------Examples----------
> get.value.list(iHandle, "/runs/x", "FALSE")
[[1]]
[1] 40.76668
[[2]]
[1] 37.52907
[[3]]
[1] 33.82021
[[4]]
[1] 29.69413
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|