Read a file as a Filebacked Big Matrix | R Documentation |
Read a file as a Filebacked Big Matrix.
read.fbm(file, select)
file |
The File to read. |
select |
Indices of columns to read (sorted). The length of select will be the number of columns of the resulting FBM. |
The functions read a file as a Filebacked Big Matrix object. For more information see the "bigstatsr" package.
A Filebacked Big Matrix object.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
scls
x <- matrix( runif(50 * 20, 0, 2*pi), ncol = 20 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.