[< -.FileMatrix {R.huge}R Documentation

Assigns values to a subset of elements of a file matrix

Description

Assigns values to a subset of elements of a file matrix.

Usage

## S3 method for class 'FileMatrix':
this[i, j] <- value

Arguments

i A numeric vector or row indices.
j A numeric vector or column indices.
value Values to be assigned to the selected elements.

Value

Returns itself.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*[(). For more information see FileMatrix.


[Package R.huge version 0.1.5 Index]