Learn R Programming

Directional (version 6.8)

Read a file as a Filebacked Big Matrix: Read a file as a Filebacked Big Matrix

Description

Read a file as a Filebacked Big Matrix.

Usage

read.fbm(file, select)

Value

A Filebacked Big Matrix object.

Arguments

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.

Author

Michail Tsagris.

R implementation and documentation: Michail Tsagris <mtsagris@uoc.gr>.

Details

The functions read a file as a Filebacked Big Matrix object. For more information see the "bigstatsr" package.

See Also

vmf.mle, kent.mle

Examples

Run this code
x <- matrix( runif(50 * 20, 0, 2*pi), ncol = 20 )

Run the code above in your browser using DataLab