loadvfcsv(visualFields)
loadvfcsv()所属R语言包:visualFields
load visual fields from a CSV file
从一个CSV文件加载视野
译者:生物统计家园网 机器人LoveR
描述----------Description----------
loads visual fields from a CSV file
从一个CSV文件加载视野
用法----------Usage----------
loadvfcsv( filename, patternMap )
参数----------Arguments----------
参数:filename
filename
文件名
参数:patternMap
pattern of stimulus locations
模式的刺激位置
Details
详细信息----------Details----------
The columns in the CSV file must follow the format of vf. Make sure that all dates have the format MM/DD/YYYY and all times have the format HH:MM:SS. Excel tends to change the format, and any edits in Excel that are safe may cause problems when loading the data as vf-object
CSV文件中的列必须遵循的格式vf。确保所有的日期格式“MM/DD/YYYY和所有时间的格式HH:MM:SS。 Excel中往往会改变的格式,在Excel中是安全的任何修改,可能会导致问题vf对象加载数据时,
值----------Value----------
returns a vf-object with all the data in the CSV file filename
返回一个vf对象中的所有数据的CSV文件filename
(作者)----------Author(s)----------
Ivan Marin-Franch <imarinfr@indiana.edu>
参见----------See Also----------
loadvfxml, loadvfxmlbatch
loadvfxml,loadvfxmlbatch
实例----------Examples----------
# DO NOT RUN[不运行]
#filename <- # Add the file name with the control data[文件名< - #添加的文件名与控制数据]
#vf <- loadvfxml( filename = filename, patternMap = saplocmap$p24d2 )[VF < - loadvfxml(文件名=文件名,patternMap = saplocmap $ p24d2)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|