Description Usage Arguments Details Author(s) See Also Examples
Calls the function write.table with predefine argument. The entries in each line (row) are separated by tab.
1 | write.marray(mraw, file="maRawResults.xls", val="maM", ...)
|
mraw |
the object to be written, either a |
file |
a character string representing the file name. |
val |
a character string representing the slotNames to be written. |
... |
further arguments to |
see write.table
Jean Yee Hwa Yang
1 2 | data(swirl)
write.marray(swirl[1:10,])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.