| big.matrix.descriptor-class | R Documentation |
An object of this class contains necessary and sufficient information
to “attach” a shared or filebacked big.matrix.
## S4 method for signature 'character'
attach.resource(obj, ...)
## S4 method for signature 'big.matrix.descriptor'
attach.resource(obj, ...)
obj |
The filename of the descriptor for a filebacked matrix, assumed to be in the directory specified |
... |
possibly |
Objects should not be created by calls of the form new("big.matrix.descriptor", ...),
but should use the describe function.
description:Object of class "list"; details omitted.
Class "descriptor", directly.
signature(obj = "big.matrix.descriptor"): ...
signature(x = "big.matrix.descriptor"): ...
We provide attach.resource for convenience, but expect most users
will prefer attach.big.matrix.
John W. Emerson and Michael J. Kane
Other types of descriptors are defined in package synchronicity.
See also attach.big.matrix.
showClass("big.matrix.descriptor")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.