Description Usage Arguments Value Note Author(s) See Also Examples
Obtains the number of rows and columns in a matrix that is stored in a text file. The entries in the file should be either space or tab delimited. No missing values.
| 1 | get.data.dims(genome.file)
 | 
| genome.file | Name of any file that contains a matrix of values in it, separated by either spaces or tabs. | 
| out$nrows | Number of rows in the matrix | 
| out$ncols | Number of columns in the matrix | 
Uses LINUX's wc functionality. 
Olga Vesselova
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.