Description Usage Arguments Author(s) See Also Examples
Static method that reads layout information from a tab-delimited file.
1  | 
filename | 
 The name of the file.  | 
path | 
 Optional path where the data should be written.  | 
sep | 
 Separator   | 
header | 
 If   | 
... | 
 Other arguments accepted by   | 
Henrik Bengtsson (http://www.braju.com/R/)
For writing a Layout object to a file *write().
See also read.table().
For more information see Layout.
1 2  |   layout <- Layout$read("MouseArray.Layout.dat", path=system.file("data-ex", package="aroma"))
  print(layout)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.