load.symDMatrix {symDMatrix} | R Documentation |
Load symDMatrix Objects from .RData Files
Description
This function is similar to load
, but it also initializes the
ff_matrix
blocks in the symDMatrix
object.
Usage
load.symDMatrix(file, readonly = FALSE, envir = parent.frame())
Arguments
file |
The name of an .RData file to be loaded. |
readonly |
Set to TRUE to forbid writing to existing files. |
envir |
The environment where to load the data. |
[Package symDMatrix version 2.1.1 Index]