找回密码
 注册
查看: 475|回复: 0

R语言 RNetLogo包 NLDfToList()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 19:43:48 | 显示全部楼层 |阅读模式
NLDfToList(RNetLogo)
NLDfToList()所属R语言包:RNetLogo

                                         Transforms a data.frame into a NetLogo-List or multiple NetLogo-List (one for each column of the data.frame).
                                         变换成的NetLogo列表或多个列表的NetLogo(一个用于每个列的数据框)的数据框。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

NLDfToList function is used to push the values of a data.frame into NetLogo-Lists.  The column names of the data.frame are used as names for the NetLogo-Lists  (but the NetLogo-List must already exist in the current NetLogo model).
NLDfToList功能是用来将数据框的值到的NetLogo列表。以NetLogo列表的名称(但以NetLogo列表必须已经存在于当前的NetLogo模型)中使用的数据框的列名。


用法----------Usage----------


NLDfToList(in.data.frame, nl.obj=NULL)



参数----------Arguments----------

参数:in.data.frame
The data.frame which should be used to fill the NetLogo-Lists (with the names of the columns of this data.frame) with the corresponding values of the column.  
应用于填充以NetLogo与对应的列的值的列表(与本数据框列的名称)的数据框。


参数:nl.obj
(optional) A variable holding a reference to a NetLogo instance created with NLStart.   
(可选)变量参考到的NetLogo实例的创建与NLStart。


Details

详细信息----------Details----------

Remember: There have to be NetLogo-Lists in the NetLogo model with the names of the columns of the submitted data.frame.
请记住:必须的NetLogo列表中的NetLogo模型所提交的数据框的列的名字。


值----------Value----------

No return value.
没有返回值。


(作者)----------Author(s)----------



Jan C. Thiele <jthiele@gwdg.de>




参见----------See Also----------

NLDoCommand, NLDoCommandWhile, NLReport
NLDoCommand,NLDoCommandWhile,NLReport


实例----------Examples----------


## Not run: [#不运行:]
NLStart("C:/Program Files/NetLogo 5.0")
df1 <- data.frame(x=c(1,2,3,4),y=c(1,2,3,4))
# the current NetLogo model must have lists with the names 'x' and 'y'[当前的NetLogo模型必须具有列表的名称的“x”和“y”]
NLDfToList(df1)

## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 19:12 , Processed in 0.019095 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表