writeValues.AbstractFileArray {R.huge} | R Documentation |
Writes values to a file array
Description
Writes values to a file array.
Usage
## S3 method for class 'AbstractFileArray'
writeValues(this, indices=NULL, values, mode=getStorageMode(this),
size=getBytesPerCell(this), offset=getDataOffset(this), order=FALSE, ...)
Arguments
indices |
An |
values |
|
mode |
The storage mode to be used. |
size |
A |
offset |
A |
order |
If |
... |
Additional arguments passed to |
Value
Returns nothing.
Author(s)
Henrik Bengtsson
See Also
*writeAllValues()
.
For more information see AbstractFileArray
.
[Package R.huge version 0.10.1 Index]