| 000-LB-.FileMatrix | Gets a subset of elements of a file matrix |
| 000-LB-.FileVector | Gets a subset of elements of a file vector |
| 000-LB-LT_-.FileMatrix | Assigns values to a subset of elements of a file matrix |
| 000-LB-LT_-.FileVector | Assigns values to a subset of elements of a file vector |
| AbstractFileArray | Class representing a persistent array stored in a file |
| as.character.AbstractFileArray | Returns a short string describing the file array |
| as.character.FileMatrix | Returns a short string describing the file matrix |
| as.matrix.FileMatrix | Returns the elements of a file matrix as an R matrix |
| as.vector.AbstractFileArray | Returns the elements of a file array as an R vector |
| clone.AbstractFileArray | Clones a file array |
| close.AbstractFileArray | Closes a connection to the data file of the file array |
| colnames.FileMatrix | Gets the column names of a file matrix |
| delete.AbstractFileArray | Deletes the file array from the file system |
| dim.AbstractFileArray | Gets the dimension of the file array |
| dimnames.AbstractFileArray | Gets the dimension names of a file array |
| FileMatrix | Class representing a persistent matrix stored in a file |
| FileVector | Class representing a persistent vector stored on file |
| finalize.AbstractFileArray | Internal: Clean up when file array is deallocated from memory |
| flush.AbstractFileArray | Internal: Flushes the write buffer |
| getBasename.AbstractFileArray | Gets the basename (filename) of the data file |
| getByRow.FileMatrix | Checks if elements are stored row by row or not |
| getBytesPerCell.AbstractFileArray | Gets the number of bytes per element in a file array |
| getCloneNumber.AbstractFileArray | Gets the clone number of the file array |
| getComments.AbstractFileArray | Gets the comments for this file array |
| getDataOffset.AbstractFileArray | Gets file position of the data section in a file array |
| getDimensionOrder.AbstractFileArray | Gets the order of dimension |
| getExtension.AbstractFileArray | Gets the filename extension of the file array |
| getFileSize.AbstractFileArray | Gets the size of the file array |
| getName.AbstractFileArray | Gets the name of the file array |
| getPath.AbstractFileArray | Gets the path (directory) where the data file lives |
| getPathname.AbstractFileArray | Gets the full pathname to the data file |
| getSizeOfComments.AbstractFileArray | Gets the number of bytes the comments occupies |
| getSizeOfData.AbstractFileArray | Gets the size of the data section in bytes |
| getStorageMode.AbstractFileArray | Gets the storage mode of the file array |
| isOpen.AbstractFileArray | Checks whether the data file of the file array is open or not |
| length.AbstractFileArray | Gets the number of elements in a file array |
| names.FileVector | Gets the element names of a file vector |
| ncol.FileMatrix | Gets the number of columns of the matrix |
| Non-documented_objects | Non-documented objects |
| nrow.FileMatrix | Gets the number of rows of the matrix |
| open.AbstractFileArray | Opens a connection to the data file of the file array |
| readAllValues.AbstractFileArray | Reads all values in the file array |
| readContiguousValues.AbstractFileArray | Reads sets of contiguous values in the file array |
| readHeader.AbstractFileArray | Read the header of a file array data file |
| readValues.AbstractFileArray | Reads individual values in the file array |
| R.huge-package | Package R.huge |
| rowMeans.FileMatrix | Calculates the means for each row |
| rownames.FileMatrix | Gets the row names of a file matrix |
| rowSums.FileMatrix | Calculates the sum for each row |
| setComments.AbstractFileArray | Sets the comments for this file array |
| writeAllValues.AbstractFileArray | Writes all values to a file array |
| writeEmptyData.AbstractFileArray | Writes an empty data section to the data file of a file array |
| writeHeader.AbstractFileArray | Writes the header of a file array to file |
| writeValues.AbstractFileArray | Writes values to a file array |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.