[< -.FileMatrix {R.huge} | R Documentation |
Assigns values to a subset of elements of a file matrix.
## S3 method for class 'FileMatrix': this[i, j] <- value
i |
A numeric vector or row indices. |
j |
A numeric vector or column indices. |
value |
Values to be assigned to the selected elements. |
Returns itself.
Henrik Bengtsson (http://www.braju.com/R/)
*[()
.
For more information see FileMatrix
.