Learn R Programming

R.huge (version 0.10.1)

[< -.FileMatrix: 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 FileMatrix
[(this, i, j) <- value

Value

Returns itself.

Arguments

i

A numeric vector or row indices.

j

A numeric vector or column indices.

value

Values to be assigned to the selected elements.

Author

Henrik Bengtsson

See Also

*[(). For more information see FileMatrix.