write.marray(marray)
write.marray()所属R语言包:marray
Data Output
数据输出
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calls the function write.table with predefine argument. The entries in each line (row) are separated by tab.
调用函数与预定义的参数write.table。每行中的条目(行)是分开的选项卡。
用法----------Usage----------
write.marray(mraw, file="maRawResults.xls", val="maM", ...)
参数----------Arguments----------
参数:mraw
the object to be written, either a marrayRaw or marrayNorm object.
要写入的对象,无论是marrayRaw或marrayNorm对象。
参数:file
a character string representing the file name.
代表文件名字符串。
参数:val
a character string representing the slotNames to be written.
字符串代表书面slotNames。
参数:...
further arguments to write.table.
write.table进一步的论据。
Details
详情----------Details----------
see write.table
看到write.table
作者(S)----------Author(s)----------
Jean Yee Hwa Yang
参见----------See Also----------
write.table, write.list
write.table,write.list
举例----------Examples----------
data(swirl)
write.marray(swirl[1:10,])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|